Hi ,
i Am using AWX version 23.5.1 with docker compose. I preformed the installation in online machine and then moved it as OVF to my server(offline).
Of course , I tested everything in the online machine to verify that I am not running into any problems.
After that I moved it , I tried to run jobs but I got this error
Error: initializing source docker://quay.io/ansible/awx-ee:latest: pinging container registry quay.io: dial tcp: lookup quay.io on 127.0.0.11:53: read udp 127.0.0.1:57452->127.0.0.11:53: i/o timeout
So I tried to pull the image online and inserting it to my offline machine with docker load …
and I ran to the same issue.
I saw a lot of tutorials in creating custom execution environment and etc. but I currently only need to make it work ,
Thanks in advance