Get IPs of the instances of an auto scaling group and return them in a list inside the fact asg_instances
asg
: Dictionary with the information of the Autoscaling groupregion
: Region to launch the ec2 instance to create the new AMIname
: Auto Scaling Group name
- hosts : localhost
connection : local
gather_facts : no
roles:
- get-instances-ips-of-asg
GPLv2
jamatute ([email protected])