Table of Contents
This document describes the AWX installation and administration process.
Create a Python Virtual Environment
python -m venv /z/python-venv/3.12
Enable include-system-site-packages
on the venv configuarion file.
sed -i "s/include-system-site-packages = false/include-system-site-packages = true/g" /z/python-venv/3.12/pyvenv.cfg
Activate the Python venv.
source /z/python-venv/3.12/bin/activate
Install Ansible Tower CLI.
pip install --user https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz