Execute full workflow template per remote host

Good morning.

I have something that i don´t know if it is possible or not.

I have on inventory with multiple remote hosts and i need to execute a Workflow template for them. The problem is i need to execute the full workflow template per remote host and if it´s failed, i don´t want to execute the workflow template on the next host.

I don´t know if it´s possible execute one workflow template per host.

PS: I refer about hosts on the some inventory.

Best Regards and thank you.

In https://github.com/ansible/awx/pull/4369 we add a limit field to workflow job templates. In order to use this, you need to set the job templates (or at least the ones you want to use the workflow limit) to prompt for limit on launch.

This is not yet merged, but I hope it’s close.

Thank you Alan. Have a nice day.

quarta-feira, 21 de Agosto de 2019 às 14:08:39 UTC+1, Alan Rominger escreveu: