Ansible AWX - Creating Projects
A collection of Ansible playbooks.
Creating a new Project
- Navigate to the Projects from the left menu
- Click on the green plus icon to add a new Project
In the example below I have created a new Project for simply gathering machine statistics; disk usage, memory etc .
SCM - set to Manual so the playbook to run will be sourced locally from disk rather than pulled from an external source like Git.
Click save to finish the Project creation.