So, this is an old post, so I have an update for you. You can already get a fair measure of this if you are an AWX user, here to launch a few Job Templates by ID:
awx-cli joblaunch -t 0 && awx-cli joblaunch -t 1 This also gives you central status logging and access control -- delegation around who can deploy to what, and is *super super super* trivial to wire up into something like Jenkins to achieve continuous deployment practices (bonus points for using our load balancer modules for rolling updates) The AWX cli is of course a stub, but you can easily see how to do more with it, including poll for job completion and search what jobs are available, etc. https://github.com/ansible/awx-cli/ http://www.ansibleworks.com/ansibleworks-awx/ On Tue, Dec 10, 2013 at 12:01 AM, Bob Tiernay <[email protected]> wrote: > Something native to Ansible would be great. I can see this being generally > useful and a feature I'm certainly interested in. > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Michael DeHaan <[email protected]> CTO, AnsibleWorks, Inc. http://www.ansibleworks.com/ -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
