There will be an issue with multiple AMI builds running at the same time, because they are all named docker_slave_001. This means that Ansible dynamic inventory will potentially find the wrong machine. The solution is probably to dynamically add more fields into the filter.
There will be an issue with multiple AMI builds running at the same time, because they are all named
docker_slave_001
. This means that Ansible dynamic inventory will potentially find the wrong machine. The solution is probably to dynamically add more fields into the filter.