Hi all,
After successfully installing the AWX 14.1 (same with 13 & 15.0 too), as evident from below log:
PLAY RECAP **********************************************************************************************************************************************************************************
localhost : ok=15 changed=7 unreachable=0 failed=0 skipped=86 rescued=0 ignored=0
there are errors reported in awx_task logs for permission denied:
PermissionError: [Errno 13] Permission denied: ‘/etc/tower/conf.d/credentials.py’
When checked in container, I see:
[root@awxlab installer]# docker exec -it awx_task bash
bash-4.4# id
uid=0(root) gid=0(root) groups=0(root)
bash-4.4# ls -lrt /etc/tower
ls: cannot access ‘/etc/tower/SECRET_KEY’: Permission denied
total 4
-??? ? ? ? ? ? SECRET_KEY
-rwxr-xr-x. 1 root root 2976 Aug 25 16:39 settings.py
drwxr-xr-x. 2 root root 50 Dec 8 10:52 conf.d
bash-4.4# ls -lrt /etc/tower/conf.d/
ls: cannot access ‘/etc/tower/conf.d/environment.sh’: Permission denied
ls: cannot access ‘/etc/tower/conf.d/credentials.py’: Permission denied
total 0
-??? ? ? ? ? ? environment.sh
-??? ? ? ? ? ? credentials.py
bash-4.4#
Can somebody help me here, please ?