Hello Everyone,
I am using the below awx version to connect to awx host to populate the jobs (create projects, templates etc). I am able to create the rest except users, teams and job_templates.
awx --version
18.0.0
awx teams list : {“detail”: “The requested resource could not be found.”}
awx job_templates list: argument --timeout: conflicting option string: --timeout
I am stuck here the last piece which is the important one to complete the automation and could not proceed. I need your expertise and help to proceed further.
More details:
OS: Rhel 7.9
AWX: 23.1.0
pip3 --version
pip 21.3.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
python --version
Python 2.7.5
I must have missed out something during the install or pre-requisites?
Thanks All,
Senthil