Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

awxcompose

AWX Docker-Compose YAML

Project Description

A simplified version of Installing AWX 17.1.0. The official AWX Docker-Compose installation method is too complicated, so it is simplified into this project.

Pre-preparation

  • Docker 19.03.15+
  • Docker-Compose 2.11.1+

Automatic installation method

Not yet completed

bash <(curl -sL https://raw.githubusercontent.com/voidking/awxcompose/main/install.sh)

Manual installation method

  1. Get the code
git clone https://github.com/voidking/awxcompose.git
  1. Prepare AWX configuration
cp -r awxcompose/17.1.0/awx /opt/
cd /opt/awx
vim environment.sh # Modify username and password as needed
vim credentials.py # Modify username and password as needed
  1. Start AWX
docker-compose pull
docker-compose up -d
  1. Initialize the database
docker exec -it awx_web /var/lib/awx/venv/awx/bin/awx-manage migrate
  1. Restart AWX
docker-compose down
docker-compose up -d

TODO

  • Automatically install scripts
  • Support more awx versions

About

AWX Docker-Compose YAML

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages