Hello guys,
I’ve been testing ManageIQ with ansible embeded to run ansible-playbooks.
I will try to expose my personal context.
I do have a playbook that runs 2 tasks:
- First one in localhost, which creates a new VM using terraform provider for vRealize.
- Second one in the created VM , using the dns name extracted by terraform.
I do execute this playbook perfectly from terminal but when trying to execute from ManageIQ seems like it is forced always to be executed everything (both tasks) on localhost and fails.
Any idea how to manage the sequential tasks executions from a single playbook in different hosts?
Thanks a lot in advance.
Bests!