mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Align k8 and ocp supervisor scripts
- Handle scl enable calls for python processes that use postgresql - Handle ocp specific vars better
This commit is contained in:
committed by
chris meyers
parent
6d60e7dadc
commit
9489f00ca4
@@ -205,6 +205,9 @@ data:
|
||||
USE_X_FORWARDED_PORT = True
|
||||
|
||||
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"
|
||||
{% if candlepin_host is defined %}
|
||||
REDHAT_CANDLEPIN_HOST = "{{ candlepin_host | default('') }}"
|
||||
REDHAT_CANDLEPIN_VERIFY = "{{ candlepin_verify | default('') }}"
|
||||
BROADCAST_WEBSOCKET_PORT = 8052
|
||||
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user