-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playbooks aren’t showing up in the “Job Template” drop-down #1636
Comments
@santizo has an update been run for the project? |
I ran one manually for the git helloworld project. The manual project with the same helloworld.yml does the same thing though. I found issue: #1603 which looks similar to mine, the regex pointed out should match my playbook on line 3.
|
I apologize, it was an selinux issue. Both manual and git based projects are working now. |
…dules don't run scheduled jobs if there isn't a valid license
Hi Santizo, could you please elaborate on how you resolved the selinux issue that was preventing the list of playbooks from populating? |
@santizo Hi ! I have same problem.... what is the solution you found? |
i ran into the similar issue
|
@santizo Could you please share how you solved this issue? |
@15ramky I did the same mistake on my first test playbook on AWX.. Thank you so much for the input. |
This is the solution. The suggested workaround from Red Hat is somewhat vague: https://access.redhat.com/solutions/7059433 I think what they specifically mean is that the playbook yaml has to be in the "correct" syntax before it comes displayable. Also discussed in this StackOverflow link: |
ISSUE TYPE
COMPONENT NAME
SUMMARY
When running through the basic helloworld example template the "PLAYBOOK: Choose a playbook" dropdown doesn't not populate any playbooks. I can add the project but cant see any playbooks inside of it. I am using the helloworld project from https://github.com/ansible/tower-example . I double-checked permissions and /var/lib/awx/projects/* is owned by awx:awx so it should be visible, no issues adding the project itself. I also tried creating a template from a project that is git sourced (https://github.com/ansible/ansible-tower-samples.git) and got the same results.
ENVIRONMENT
STEPS TO REPRODUCE
Follow the guide to creating a helloworld project/template:
http://docs.ansible.com/ansible-tower/2.3.0/html/quickstart/create_job.html
EXPECTED RESULTS
It would display and allow me to choose a playbook from the selected project.
ACTUAL RESULTS
No playbooks are listed, can't save template because it is required.
The text was updated successfully, but these errors were encountered: