ployground / ploy_ansible

Plugin to integrate Ansible with ploy.
5 stars 4 forks source link

allow applying playbooks to host provided on commandline (like fabfiles) #6

Closed tomster closed 10 years ago

tomster commented 10 years ago

playbooks contain the information which host they should be applied to.. this requires us to create at least on top-level playbook for each host.

it would be convenient to apply a playbook that does not contain a target host to one or more hosts provided on the commandline (like we already do for fabric files).

i wonder what would be required for this to work. i'm getting tired of writing all these wrapper *.yml :-)

tomster commented 10 years ago

this has been implemented with the configure command :)