Ansible Tower Playbook dropdown in jobtemplate

Hello,

I am using Ansible Tower3. Is it mandatory to have all my playbooks under project directory?

As while creating job template, i am only able to see those playbooks which are available on base project directory under Playbook selection dropdown.

Can someone please shade some lights?

Thanks

If you need help with Tower, you should really contact your Red Hat support rep.

Having said that, the UI doesn’t allow free-form entry of the playbook field… the api, however, does. The UI will use an index generated by the back-end but unfortunately it’s not an exhaustive list. In the meantime if you have a playbook that wasn’t discovered by indexing then you can enter it manually from the api.

Also it does need to look like a playbook: https://github.com/ansible/awx/blob/devel/awx/main/utils/ansible.py#L16

Thank you very much!!!