mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
redis socket support
This commit is contained in:
committed by
Ryan Petrello
parent
d58df0f34a
commit
770b457430
@@ -205,5 +205,11 @@ data:
|
||||
USE_X_FORWARDED_PORT = True
|
||||
|
||||
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"
|
||||
BROADCAST_WEBSOCKETS_PORT = 8052
|
||||
BROADCAST_WEBSOCKETS_PROTOCOL = 'http'
|
||||
BROADCAST_WEBSOCKET_PORT = 8052
|
||||
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
|
||||
|
||||
{{ kubernetes_deployment_name }}_redis_conf: |
|
||||
unixsocket /var/run/redis/redis.sock
|
||||
unixsocketperm 777
|
||||
port 0
|
||||
bind 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user