In this recipe, we will outline how to create projects on AWX. A project in AWX is an object that represents an Ansible playbook (or playbooks), with all the related files and folders required for this playbook to execute.
Creating projects on AWX
Getting ready
AWX must be installed and reachable, and the User accounts must be deployed, as outlined in the previous recipe.
How to do it...
- Create a new directory, awx_sample_project, to hold all the files and folders for our AWX project.
- Create a group_vars/all.yml playbook with the following content:
p2p_ip:
xrpe03...