Ansible AWX is a free and open-source web application sponsored by Red Hat that allows you to manage Ansible playbooks and inventories. It provides a web-based interface that makes Ansible more comfortable to use in an IT environment. It also provides a REST API that helps you to control access, and graphically manage or sync inventory with a wide variety of cloud sources.
This tutorial will show you how to install Ansible AWX software on Debian 11.
Useful Links:
VPS/VDS - https://www.mivocloud.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
apt-get install apt-transport-https ca-certificates software-properties-common unzip gnupg2 curl git -y
nano /etc/apt/sources.list
deb http://ppa.launchpad.net/ansible/ansi... focal main
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
apt-get update -y
apt-get install ansible -y
ansible --version
curl -fsSL https://download.docker.com/linux/deb... | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list
apt-get update -y
apt-get install docker-ce -y
systemctl status docker
docker -v
wget https://github.com/docker/compose/rel...
mv docker-compose-Linux-x86_64 /usr/bin/docker-compose
chmod +x /usr/bin/docker-compose
docker-compose version
apt-get install nodejs npm -y
npm install npm --global
apt-get install python3-pip git pwgen -y
pip3 install docker-compose==1.29.0
wget https://github.com/ansible/awx/archiv...
unzip 17.1.0.zip
cd awx-17.1.0/installer/
pwgen -N 1 -s 30
nano inventory
ansible-playbook -i inventory install.yml
docker images
docker ps
Watch video How to Install Ansible AWX on Debian online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 12 October 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,783 once and liked it 43 people.