sync roles with changes from OWS
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
name: redis
|
||||
state: present
|
||||
|
||||
- name: Copy redis config
|
||||
template:
|
||||
src: redis.conf.j2
|
||||
dest: /etc/redis/redis.conf
|
||||
owner: redis
|
||||
group: redis
|
||||
mode: "0640"
|
||||
- name: Configure redis
|
||||
lineinfile:
|
||||
path: /etc/redis/redis.conf
|
||||
regexp: '^#?{{ item.option }} .*'
|
||||
line: '{{ item.option }} {{ item.value }}'
|
||||
loop: "{{ redis_options }}"
|
||||
notify: Restart redis
|
||||
|
||||
Reference in New Issue
Block a user