Change the ASG ELB endpoint, it will return the name of the old ASG as old_asg_name
asg
: Dictionary storing information of the Auto Scaling Groupname
: Auto Scaling Group name
elb
: Dictionary storing information of the Elastic Load Balancername
: Elastic Load Balancer nameregion
: Elastic Load Balancer region
- hosts: localhost
connection : local
gather_facts : no
roles:
- change-asg-elb-endpoint
GPLv2
jamatute (jamatute@paradigmadigital.com)