Installing awx, and ansible-core to support it, gets... a bit
fraught, if you're a bit leery about just using "pip install" willy
nilly for everything.
I've been publishing RPM building tools for ansible-core and ansible
for some time now, at
https://github.com/nkadel/ansiblerepo
I now publish some to build "awxkit", the package which provides the
"awx" command line tool.
https://github.com/nkadel/awxkitrepo/
I partly do these because deducing from the ansible installation tools
that you need to install and use python 3.8 or later, instead of the
default python 3.6, is work people should not have to do. Nor should
deployment critical files have to be built up manually on unpredictale
environments with ever-shifting python dependency chain results.
Unfortunately, I'm afrad that mrmeee's old yum repositories for awx
seems to be moribund: this might serve as a useful place to start
from, using the system provided python39 rather than relying on the
more awkward SCLO provided python tools.
Nico Kadel-Garcia