Actions
Feature #1057
closedAllow foreman search to output multiple hosts when outputting to rundeck
Description
Now we are only able to output a single host and rundeck works with the concept of a "project" where you would expect multiple hosts to be output.
So, I guess instead of this url:
http://foreman/hosts/<fqdn>?rundeck=true&format=yaml
we should support something like this:
http://foreman/hosts?search=++facts.operatingsystem++%3D++CentOS?rundeck=true&format=yaml
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c21e2678ed1ef7ac914174ce809f301d042a8c3b.
Actions