AWX (Ansible Tower code base) open sourced

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible.

https://www.reddit.com/r/ansible/comments/6ymmny/awx_ansible_towers_upstream_open_source_project/

5 Likes

I was waiting for it! :heart_eyes:

But the installation seems a little tricky right now…anyone already tested it?

Haven’t tried to install it.

Get started using Ansible AWX (Open Source Tower version) in one minute

I just tried without luck, I report here what I did:

wget  https://download.docker.com/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker.repo
yum install docker-ce
shorewall clear
systemctl start docker
systemctl stop httpd
curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
/usr/local/bin/docker-compose up -d

At the end, my virtual machine with 1GB of RAM had load about 8 and I couldn’t see it running. I gave up for now :frowning: