Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/awx.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
- command:
- /bin/sh
- -c
- /usr/bin/launch_awx.sh
- "/bin/chown -R nginx:root /var/lib/nginx && /usr/bin/launch_awx.sh"
env:
- name: AWX_ADMIN_USER
value: {{ awx_admin_user }}
Expand Down
1 change: 1 addition & 0 deletions templates/settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ REDHAT_CANDLEPIN_HOST = "{{ candlepin_host | default(omit) }}"
REDHAT_CANDLEPIN_VERIFY = "{{ candlepin_verify | default(omit) }}"
BROADCAST_WEBSOCKET_PORT = 8052
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
AWX_ANSIBLE_COLLECTIONS_PATHS = '/var/lib/awx/vendor/awx_ansible_collections'