Hello,
I Have an AWX in 19.5.1 installed by awx operator (0.16.1)
I can’t configure Galaxy onpremise for control plane pod.
It’s OK for AWX-EE (custom), pod but not for control plane.
How to make the pod control plane read a ansible configuration like this :
…
[galaxy]
server_list = community_repo
[galaxy_server.community_repo]
url=http://:8080/api/galaxy/content/community/
token=
I don’t found that on documentation juste found Mapconfig for AWX-EE :
…
ee_extra_volume_mounts: |
- name: ansible-cfg
mountPath: /etc/ansible/ansible.cfg
subPath: ansible.cfg
But not volume mount option for control plane …
Project synchronisation is not OK beacause it’s search collections on web (galaxy.com),and not on my Galaxy onpremise.
Can you help me with this ?
Regards,