A Project is a logical collection of Ansible playbooks, represented in Tower.
You can manage playbooks and playbook directories by either placing them manually under the Project Base Path on your Tower server, or by placing your playbooks into a source code management (SCM) system supported by Tower, including Git, Subversion, and Mercurial.
Note
By default, the Project Base Path is /var/lib/awx/projects
, but this may have been modified by the Tower administrator. It is configured in /etc/tower/settings.py
. Use caution when editing this file, as incorrect settings can disable your installation.
This menu displays a list of the projects that are currently available. The list of projects may be sorted and searched by Name, Type, or Status. For each project listed, you can edit project properties and delete the project, using the edit and delete icons.
Buttons located in the upper right corner of the Projects tab provide the following actions:
Status indicates the state of the project and may be one of the following:
/var/lib/awx/projects
(applicable for manual or source control managed projects).Under Actions, the following actions are available:
Note
Projects of credential type Manual cannot update or schedule SCM-based actions without being reconfigured as an SCM type credential.
To create a new project, click the button, which launches the Create Project dialog.
Enter the appropriate details into the following fields:
All fields are required.
Note
Each project path can only be assigned to one project. If you receive the following message, ensure that you have not already assigned the project path to an existing project:
“All of the project paths have been assigned to existing projects, or there are no directories found in the base path. You will need to add a project path before creating a new project.”
If you have trouble adding a project path, check the permissions and SELinux context settings for the project directory and files.
Warning
If you have not added any Ansible playbook directories to the base project path, you will receive the following message from Tower:
Correct this issue by creating the appropriate playbook directories and checking out playbooks from your SCM or otherwise copying playbooks into the appropriate playbook directories.
Select the appropriate SCM Type. Then, enter the appropriate details into the following fields:
SCM URL
SCM Branch (Optionally enter the SCM branch for Git or Mercurial.)
Revision # (Optionally enter the Revision # for Subversion.)
SCM Credential (If authentication is required, select the appropriate SCM credential.)
SCM Update Options
- Clean (Remove any local modifications prior to performing an update.)
- Delete on Update (Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update.
- Update on Launch (Each time a job runs using this project, perform an update to the local repository prior to starting the job. To avoid job overflows if jobs are spawned faster than the project can sync, selecting this allows you to configure a Cache Timeout to cache prior project syncs for a certain number of seconds.)
Click Save to save your project.
Tip
Using a Github link offers an easy way to use a playbook. To help get you started, use the helloworld.yml
file available at: https://github.com/ansible/tower-example.git
This link offers a very similar playbook to the one created manually in the instructions found in the Ansible Tower Quick Start Guide. Using it will not alter or harm your system in anyway.
Update an existing SCM-based project by clicking the button.
Note
Please note that immediately after adding a project setup to use source control, a “Sync” starts that fetches the project details from the configured source control.
Click on the dot under Status (far left, beside the name of the Project) to get further details about the update process.
To set a schedule for updating the project from SCM, click the button. This will navigate to the Schedules screen.
This screen displays a list of the schedules that are currently available for the selected Project. The schedule list may be sorted and searched by Name.
The list of schedules includes:
Buttons located in the upper right corner of the Schedules screen provide the following actions:
At the end of a Project update, Tower searches for a file called roles/requirements.yml in the top level of the Project directory. If this file is found, the following command automatically runs:
ansible-galaxy install -r requirements.yml -p ./roles/ --force
This file allows you to reference Galaxy roles or roles within other repositories which can be checked out in conjunction with your own project. The addition of this Ansible Galaxy support eliminates the need to create git submodules for achieving this result.
For more information and examples on the syntax of the requirements.yml
file, refer to Advanced Control Over Role Requirements in the Ansible documentation.
To create a new schedule click the button, which opens the Add Schedule dialog.
Enter the appropriate details into the following fields and select Save:
The Details tab displays a description of the schedule and a list of the scheduled occurrences in the selected Local Time Zone.
Caution
Jobs are scheduled in UTC. Repeating jobs that run at a specific time of day may move relative to a local timezone when Daylight Savings Time shifts occur. Essentially, Tower resolves the local time zone based time to UTC when the schedule is saved. To ensure your schedules are correctly set, you should set your schedules in UTC time.
There are several actions available for schedules, under the Actions column: