AWX installation using Vagrant and Ansible
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;
- 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`
-
Access url http://http://192.168.4.111/
-
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[/caption]