When I start workflow template, awx create automation-job pod for play A node
And after A node finish, automation-job pod is deleted.
And awx create another automation-job pod for play B node.
I want to A node and B node play in same automation-job pod.
I wonder that Is it possible.
Please, tell me how to configure.
Thanks, for your reply.
it allows you to mount a common path across all of the launched job pods running in that cluster. That way you can dump files to it in JobA and then JobB should see them
If instance is created, the instance is always running on the node. is it right?
there are different types of instances. “control” instances are scaled up by increasing the replica set of the awx deployment. “execution” instances are added via the API, and these types of instances do not run on the k8s cluster. They point to an external remote node (or server).
Can I create instance on Rocky 8.7 linux OS?
Yes the requirements for an external execution node is minimal and Rocky 8.7 should be compatible.
Is it possible to create instance manually, not using ansible script?
You don’t need to use the provided ansible playbook for setting up your node. You can do it manually. However, it IS required that you add the instance via the API, because the controller node needs to be aware of this instance.
Let us know if you have more questions, happy to help!