AWX assumes that you save your playbooks somewhere, and to be able to use them in AWX, we need to create a project.
A project is basically the AWX placeholder for a repository containing Ansible resources (roles and playbooks).
When you go in the Projects section, in the left-hand menu bar, you'll see something like the following:
![](https://static.packt-cdn.com/products/9781789954333/graphics/assets/43d1f1ec-f54e-4d38-b918-bc59a206129f.png)
As you can see, a Demo Project is already in place (the installer created it for us!) and it is backed by a Git repository.
On the left-hand side of the project name, a white circle is present, and represents that the specific project has never been pulled. If a green circle were present, it would mean that the project has been pulled successfully. A pulsing green circle means that a pull is in progress, while a red stop sign means that something went wrong.
In the same line of the project, there are three buttons:
- Get...