** AWX-operator install for new versions (v18+) **
• How to install Ansible AWX Operator -...
---
In this real-time demo, we’ll install AWX on ubuntu 20.04. It will be AWX v17 which is a little older than the latest and greatest, but it will give you a good start on an Ansible Tower (like) setup that you can use to test out playbooks running from the GUI.
Subscribe To Me On YouTube: https://bit.ly/lon_sub
The demo will cover:
• We’ll follow a series of command to install pre-requisites package.
• Update the inventory file with the basic configuration
• Use Ansible to install AWX
• Check we can login as the Admin user
• All commands will be posted in the summary below
apt update && apt upgrade -y
apt install docker.io
systemctl enable docker
systemctl status docker
apt install curl
curl -L "https://github.com/docker/compose/rel... -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose --version
apt update
sudo apt install ansible
sudo apt install -y nodejs npm
sudo npm install npm --global
sudo apt install python3-pip git pwgen vim
sudo pip3 install requests
sudo pip3 install docker-compose==1.23.1
wget https://github.com/ansible/awx/archiv...
apt install unzip
unzip 17.1.0.zip
cd awx/installer/
ls -al
cd awx-17.1.0/installer/
pwgen -N 1 -s 30
vi inventory
ansible-playbook -i inventory install.yml
netstat -tnlp
Open the Browser with your IP/server name and login.
Watch video Install AWX on ubuntu 20 online without registration, duration hours minute second in high quality. This video was added by user LondonIAC / Dennis McCarthy / Automation Engineer 16 May 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 12,087 once and liked it 113 people.