hi Guys
I am new to AWX and Ansible, so I really need some suggestions from the high level guide
My ex-colleagues has an old AWX (version 9.0.1.0 ) installed and everything is working as expected. All playbook are running smoothly
Now I have the request to upgrade AWX to the latest version (don’t ask why, this is just a command from the boss), I have already done investigation and it seemed that there is no way that I can upgrade my current AWX version 9.0.1.0 to the latest one, which i believe is 23.0.0
So I have already installed the AWX successfully by following the guide here
And I can import my Ansible project, configured my credential and inventories, etc successfully and I can SSH from AWX task pod (container) to the remote host as well, but all my playbooks are not executed successfully.
After a bit troubleshooting, it seemed that even Ansible is not installed into the AWX task pod (container), which is quite a surprise to me
So I am asking if anyone can help
-
Is it correct that Ansible is not pre-installed with AWX ? If yes, why is it like that ? To my limited knowledge, AWX is a GUI version of Ansible, so AWX without Ansible seems useless to me
-
Is my task even technically possible, to use AWX version 23.0.0 to replace my AWX version 9.0.1.0
-
If yes, can anyone recommend me a document or guide that can walk me through the whole installation and configuration procedure of AWX version 23.0.0? What I find in the internet is scattered pieces of information and official documentation is with too many details which distract me from my main target
Thanks a lot