Hi Władysław,
You're right, not all is described in documentation. I think is because there're too many features and possibilities with Ansible.
- With AWX we're working with project and mainly with Git. For this reason we doesn't care to the config's file into the system. When you really want to access the file, then you should connect on the awe-instance-web container, like:
kubectl exec -it -n <awx namespace> <awx pod> -c <awx-instance-web> -- /bin/bash
- All project will be save into :
/var/lib/awx/projects/
From my side I didn't find any ansible.cfg file.
Hope it will help you...
I don't find the root password for this container too. Do you have any idea?
Best regards,
H.