[ansible-project] Ansible and AWS ASG?

2014-03-10 Thread Timothy Perrett
Hey all, Is there any support / module in ansible for creating auto-scalling groups within amazon? Or should I just use the shell command and invoke the AWS CLI? Thanks, Tim PS: I love ansible so far, its really great -- You received this message because you are subscribed to the Google

Re: [ansible-project] Ansible and AWS ASG?

2014-03-10 Thread Matt Martz
You will likely be interested in the following pull request: https://github.com/ansible/ansible/pull/6233 --  Matt Martz m...@sivel.net On March 10, 2014 at 1:28:31 PM, Timothy Perrett (tperr...@gmail.com) wrote: Hey all, Is there any support / module in ansible for creating auto-scalling

Re: [ansible-project] Ansible and AWS ASG?

2014-03-10 Thread Michael DeHaan
Yep, I was very excited to see this! We're going to be making a strong push to close a lot of the cloud PRs in the coming week or two. On Mon, Mar 10, 2014 at 2:30 PM, Matt Martz m...@sivel.net wrote: You will likely be interested in the following pull request:

Re: [ansible-project] Ansible and AWS ASG?

2014-03-10 Thread Timothy Perrett
Awesome, thanks for the pointer. When this stuff is merged will there be a milestone release or similar? Just trying to see when I could get a hold of this good stuff :-) I'm not a python guy, so I'm not sure if I'm missing something: perhaps there's a way to try if out now? Cheers Sent

Re: [ansible-project] Ansible and AWS ASG?

2014-03-10 Thread Michael DeHaan
When this stuff is merged will there be a milestone release or similar? Just trying to see when I could get a hold of this good stuff :-) No, but lots of folks like to run straight off the development branch, and this helps us a ton with testing. source ./hacking/env-setup from a checkout and