I have an autoscaling group with two hosts running. Both of them have the same ec2 tags. I need to use ec2.py (dynamic inventory) for retrieve the hosts associated with the autoscaling group.
What I need is: 1 - run ansible tasks in only one host of the autoscaling group 2 - create a new ami from that host 3 - create a new launch configuration point to the created ami 4 - update the autoscaling group with new launch configuration 5 - execute a rolling autoscaling group update 6 - exit How can I do this?? -- 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]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/11d8d8c5-3f0d-40d1-8a61-88454d3bd60d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
