February 2018
Intermediate to advanced
200 pages
5h 51m
English
So far, we have just executed ad-hoc commands, however, the real strength of Ansible lies in playbooks. Ansible allows us to add multiple Ansible code bases (playbooks, roles, variables, and so on). While Ansible Tower supports keeping the Ansible code in the Ansible Tower server's project directory, it is a practice that we would like to discourage. We strongly recommend using a version control system like Git for keeping Ansible code. For our example, we would use GitHub.
Let us integrate our GitHub repository (https://github.com/ansible-cookbook/ansible-tower-example.git) in Ansible Tower.
Read now
Unlock full access