In the awx operator docs it says that if you are pulling an ee environment from
a private registry, you need a pull secret.
If you don’t have a password or need one on the registry it seems that it still is required.
I changed my awx deployment file to include no_log: false
where then I found that I had a syntax error in my deployment file.
Nowhere was that being checked or output except when no_log: false was enabled.
As such my question is mute and the pull secret is not needed.
I have shied away from changing the default EE. I will certainly look at the possibilities. Thank you for the documentation link. I am also looking for a way to mount an external directory inside the execution environment. e.g., a directory containing large OVA or ISO files I do not want to put in the GIT repository due to size, but are required for deployment via playbook to vCenter.
I’m not changing the default ee image.
I have a requirement to be able to install in an air-gapped environment.
Installing with a locally copied version of the default image.