ee pull secret

,

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.

The question is about docs and naming.
Reference here: https://github.com/ansible/awx-operator/blob/devel/docs/user-guide/advanced-configuration/default-execution-environments-from-private-registries.md

It says -ee then gives an example of a control plane which doesn’t seem to exist in the docs.

So what is the relationship between the -ee secret and the
ee image names to pull?

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.

Larry,

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.

Thanks,
pete

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.