Initial commit
This commit is contained in:
commit
f912a05ad0
8
tasks/main.yml
Normal file
8
tasks/main.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
- name: Allow users on the private IP subnet to connect to redis
|
||||||
|
replace:
|
||||||
|
path: /etc/redis/redis.conf
|
||||||
|
regexp: "^bind .*"
|
||||||
|
replace: "bind {{ ansible_ens10.ipv4.address }}"
|
||||||
|
notify: Run service actions
|
||||||
|
tags:
|
||||||
|
- redis
|
Reference in New Issue
Block a user