While deploying AWX for managing Ansible on top of docker-ce I faced a strange issue. Even though deployment completed successfully I was unable to log in. While troubleshooting, I found that my deployment has not created the admin user I defined for some kind of reason. So I created it manually with below commands.
docker exec -it awx_web bash
and after getting into container’s bash execute below command to create a new superuser
Connect With Me