Newbie Question

How does AWX execution environments know what roles the playbook I’m running needs? I have many custom roles and collections that my playbooks will need and I’m trying to set it up to have access to these.

Your repos that contain your playbooks should have a roles folder with a requirements.yml file inside it. Look at the requirements docs on the ansible docs web site. It has a defined format and they show examples.

Walter