You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
Thanks for a really easy to read example of AWS with Ansible.
I just had a few problems with you code using Ansible 2.5.2.
The group_vars/ now need to be located next to the hosts file. Therefore it needs to be moved to the inventory directory.
Plus for the group_id, to work you need to include a vpc_subnet_id too in the ec2: -> ansible/ansible#29519
Thanks for a really easy to read example of AWS with Ansible.
I just had a few problems with you code using Ansible 2.5.2.
The
group_vars/now need to be located next to the hosts file. Therefore it needs to be moved to theinventorydirectory.Plus for the
group_id, to work you need to include avpc_subnet_idtoo in theec2:-> ansible/ansible#29519