Get the ASG of an ELB
elb
: Dictionary with the information of the Elastic Load Balancername
: Elastic Load Balancer nameregion
: Elastic Load Balancer region
- hosts: localhost
connection: local
gather_facts: no
roles:
- get-asg-of-elb
GPLv2
jamatute (jamatute@paradigma)