As I am using awx in kubernetes, I could not edit the or create file under awx-web pod to populate requirements.yml file.
could some one help me to configure requirements.yml file for each job template?
Thanks & Regards,
Selvam E.
As I am using awx in kubernetes, I could not edit the or create file under awx-web pod to populate requirements.yml file.
could some one help me to configure requirements.yml file for each job template?
Thanks & Regards,
Selvam E.
Include in your project which is handled in the container upon job run
I am still facing an issue with awx 17.x with roles.
have git repo for my ansible playbooks and created roles/requirements.yml file with below
The project works fine and able read the file requirements.yml file however it is not storing it locally in awx(aws is based on kubernetes) hence when we execute the template job using simple playbook, it says syntax error.
role:
Note: The manual awx-galaxy install -r roles/requirements.yml is working fine.
Kindly help me here.