Ansible Tower / AWX No playbooks visible in template

Posted by

One of my playbooks was not visible in Ansible Tower / AWX.
The troubleshooting steps I have taken to solve the error:

  1. Check if your SCM Sync job was successful.
  2. If yes, take a look in your projects folder in AWX_TASK.
    Connect with docker exec to your container, like:
  1. Everything in there should have the correct .yaml or .yml extension.
  2. Your files will not be available if the path contains: roles, tasks, group_vars or host_vars
  3. Check if your playbook contains hosts, like this example:
  1. Still no playbooks available? Check your hierarchy try to move the playbooks to the root folder in git. Just to be sure..
  2. Other solutions, still problems? Comment below.

Leave a Reply

Your email address will not be published. Required fields are marked *