dynamic inventory not working using semaphore #3082
Closed
spathuri25
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are dynamically creating aws instance and getting IP address, adding this ip address dynamically to inventory using ansible.builtin.add_host. after that we are running some tasks on the new host by delegate_to using that ip address. This playbook works fine when we run the ansible-playbook on server directly (command line) but playbook not working using semaphore. it unable to connect tonew host. does semaphore support adding new host to inventory dynamically and run tasks on new host.
Beta Was this translation helpful? Give feedback.
All reactions