mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
redis socket support
This commit is contained in:
committed by
Ryan Petrello
parent
d58df0f34a
commit
770b457430
4
installer/roles/local_docker/templates/redis.conf.j2
Normal file
4
installer/roles/local_docker/templates/redis.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
unixsocket /var/run/redis/redis.sock
|
||||
unixsocketperm 777
|
||||
port 0
|
||||
bind 127.0.0.1
|
||||
Reference in New Issue
Block a user