Hi,
I have several plays to setup coreos stack:
The first brings up aws machines, the second one creates ssh_config ( need to communicate via proxycommand ) based on aws inventory groups.
Is it possible to reload inventory between steps 1 and 2, or do I have to run ansible-playbook twice?
cat site.yml
-
include: coreos.yml
-
include: ssh_config.yml
-
include: docker_image.yml
-
include: coreos_apps.yml