Hi!
I am looking for adding ansible roles to awx using scm(bitbucket). I could not find the clear information in ansible tower doc. They requested to use requirements.yml. I am not sure how to use it with Awx running in kubernetes.
Kindly share details.
Thanks & Regards,
Selvam E.
Its no different then doing this in the link.
https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#installing-multiple-roles-from-a-file
Create a requirement.yml file under your roles dir in your project.
Follow the syntax that is in the link.
I hope that it helps you.
Thanks! it works perfectly.
Thanks & Regards,
Selvam E.