Comments on: How to Install Ansible AWX on Ubuntu 22.04 | 20.04 https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/ Tue, 15 Aug 2023 11:43:33 +0000 hourly 1 By: Anton https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-57253 Tue, 15 Aug 2023 11:43:33 +0000 https://www.linuxtechi.com/?p=12297#comment-57253 I have already a working AWX instance and so far everything works great. One question I have is how can I check which python modules have been installed? For example I would like to use winrm for Windows hosts management. If the python modules are mot present, how we can add them to this setup?

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-56076 Wed, 19 Jul 2023 05:15:56 +0000 https://www.linuxtechi.com/?p=12297#comment-56076 In reply to Sandy.

Hi Sandy,

Yes, Installation approach is changed now. I have updated the post with updated steps.

]]>
By: Sandy https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-56052 Tue, 18 Jul 2023 14:20:31 +0000 https://www.linuxtechi.com/?p=12297#comment-56052 Hi James,

Now is 2023 July, and probably lots of stuff have changed. I followed your steps and I have a bucket load of errors on the last step (ansible-playbook -i inventory install.yml). I am a newbie in AWX. My question is do you maintain this page?

]]>
By: alexunderboots https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-49378 Sat, 18 Feb 2023 08:31:37 +0000 https://www.linuxtechi.com/?p=12297#comment-49378 Actual script:
sudo apt install curl git python3-pip pwgen

curl -sSL ‘https://get.docker.com’ | sh
sudo usermod -aG docker $(whoami) && exit
sudo apt install docker-compose nodejs npm ansible -y
docker-compose version

sudo npm install npm –global
git clone -b 17.1.0 ‘https://github.com/ansible/awx.git’
cd awx/installer
pwgen -N 1 -s 30
nano inventory

ansible-playbook -i inventory install.yml

]]>
By: suchi https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-47344 Wed, 28 Dec 2022 06:42:50 +0000 https://www.linuxtechi.com/?p=12297#comment-47344 Just wanted to confirm if there is bug in this version . I have installed awx using container and version is 17.1.0.
Many of the things are performing in weird way or sometimes not even giving output or error

]]>
By: JPanda https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-44684 Sun, 13 Nov 2022 22:56:55 +0000 https://www.linuxtechi.com/?p=12297#comment-44684 Docker Compose Install did not work for me because the 2nd grep failed due to “Linux” being lowercase “l”. Once I changed it to lowercase, the step passed.

The step: $ curl -s ‘https://api.github.com/repos/docker/compose/releases/latest’ \
| grep browser_download_url | grep docker-compose-Linux-x86_64 \
| cut -d ‘”‘ -f 4 | wget -qi –

]]>
By: Sunil Kulkarni https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-44254 Mon, 07 Nov 2022 08:56:20 +0000 https://www.linuxtechi.com/?p=12297#comment-44254 Hello Everyone, Can someone guide me how add route to access the Ansible clients from the AWX server? Thanks in advance.

Thanks,
Sunil.K

]]>
By: Ben https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-23761 Sun, 10 Oct 2021 03:08:12 +0000 https://www.linuxtechi.com/?p=12297#comment-23761 Many thanks for this great effort! The only problem I had was after stopping nginx, there was no more failure. I was then able to access the AWX website.

]]>
By: Peter Brisson https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-23560 Tue, 10 Aug 2021 22:52:31 +0000 https://www.linuxtechi.com/?p=12297#comment-23560 Hello,

This worked great, minus a few hiccups.
Important notes: If you do not have unzip, you will need to install it – ‘ apt install unzip’. Also before running the inventory playbook, make sure the directory path exists – /var/lib/awx/projects (which is the default path). For some reason, it did not create this path automatically.
Thanks for this tutorial!

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-ansible-awx-on-ubuntu/#comment-23429 Mon, 28 Jun 2021 03:37:52 +0000 https://www.linuxtechi.com/?p=12297#comment-23429 In reply to Jannis J..

Hi Jannis,

I would be writing a procedure on how to install Ansible AWX 18.x or higher on Minikube soon.

]]>