How to display AWS autoscaling group name using ansible?
I was writing Ansible playbook to display the auto scaling group of AWS based on tags and below is my playbook. - name: Find the green asg with matching tags ec2_asg_info: tags: service_name: cps_wallet Environment: "{{ name_env }}" service_state: green…