Hi All,
I am new to AWX, wondering how do i enable/install the awx-manage to be used?.
Currently using AWX 1.0.6.3
Installed on Docker
Ansible version: 2.5.2
Regards,
doves99
Hi All,
I am new to AWX, wondering how do i enable/install the awx-manage to be used?.
Currently using AWX 1.0.6.3
Installed on Docker
Ansible version: 2.5.2
Regards,
doves99
doves99,
The awx-manage
binary should be installed in the awx web container, are you attempting to run it from within the Docker container?
docker ps -a
docker exec -it the-container-name bash
Thanks for this info,
doves99,
The awx-manage
binary should be installed in the awx web container, are you attempting to run it from within the Docker container?
docker ps -a
docker exec -it the-container-name bash
To add to the list,
How do i add a inventory such as with username and passwords?. I am kind of trying to figure out via the scripting(which is also a new item to me). Any help or where to look would be a good as well, thanks again.