Over on my github is a new project firing up a test instance of AWX. This is based on the following awx installation notes. The project is AWX-on-CentOS-7. You’ll need Virtualbox, Vagrant and Ansible installed to get this up and running. Getting started is simple;

  1. From a shell

` ansible-galaxy install geerlingguy.repo-epel git clone https://github.com/rhysmeister/AWX-on-CentOS-7 cd AWX-on-CentOS-7 vagrant up`

  1. Access url http://http://192.168.4.111/

  2. Login with;

u: admin
p: password

You’ll be presented with the main screen of AWX.

[caption id=”attachment_2341” align=”alignnone” width=”1248”] Main page of Ansible AWX Main page of Ansible AWX[/caption]