Dynamic AWS Inventory in Ansible
Oct 27, 2022 路 1 min read 路 Ansible gives powerful ways to manage a lot of EC2 instances and Cloud infrastructures with YAML. This snippet would be helpful to gather host informations such as private_ip_address even instances are added by EC2 autoscaling in AWS. # inventory.aws...
Join discussion