In this recipe, we will outline how to combine inventories, credentials, and projects in order to create templates in AWX. Templates in AWX allow us to create a standard running environment for our Ansible playbooks, which can be executed by different users according to their roles.
Creating templates on AWX
Getting ready
The AWX interface must be installed and credentials, inventories, and projects must be created, as outlined in the previous recipes.
How to do it...
- Create a new template in AWX called provision_interfaces, and assign to it the inventory and credentials...