Skip to content

AWX v13.0.0 (Ansible tower distribution) on Docker

Latest
Compare
Choose a tag to compare
@AlanPadi95 AlanPadi95 released this 06 Jul 11:02
· 2 commits to master since this release
2f07654

image

Run the latest version of [AWX][awx-github] with Docker and Docker Compose.

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX.

ℹ️ The stack include an Elasticsearch beat image, Metricbeat to send information to a Elastic Stack about the status of the machine and services in the stack.

Check out to the Docker Elastic stack development.

Based on the official Docker images from Ansible, Redis and PostgreSQL:

Addtitional images:

Bringing up the stack

Clone this repository, then start the stack using Docker Compose:

$ git clone https://github.com/AlanPadi95/docker-elastic-stack.git
...
$ docker-compose up

Fixed Bugs 🐛