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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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