Hi,
We are new users of AWX and trying to explore its functionality. We want to run the same job with different user inputs parameters parallelly. Is it possible?
We read about Job slicing but not able to figure out how to provide inputs to different job slices.
Could anyone help us with this? Thanks in advance.
Gayathiri
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/929f48b5-4a8a-4048-88aa-16141930c620n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/CAO%3D5tR4pXf1WcbQjM%3DX9XgN35qP1Kd7yqHQpphefs%3DrUo%3D2Obw%40mail.gmail.com.
Hi Christopher,
We want to configure multiple servers parallelly with different parameters.
I created inventory with extra variables as follows, https://pastebin.com/zxtkqB6K. Currently, it contains three server details, but it will vary depending on the requirement.
We want to spawn the same job for each server(no of servers varies dynamically) in the inventory file parallelly. Is there any way to do that?
Tried some workaround:
We tried “async” and “poll” options in the ansible, which is allowing to run the job parallelly on different servers.
But when we club two jobs to a workflow, we are facing some constraints. If one server failed in the first job, all the servers are getting blocked for the second job. But we want the success servers to continue with the second job in the workflow.
Could you please help us how to proceed further?
Gayathiri