mirror of
https://gitea.0xace.cc/ansible-galaxy/redis.git
synced 2024-11-25 07:57:24 +00:00
6 lines
113 B
YAML
6 lines
113 B
YAML
|
---
|
||
|
- name: Add redis-sentinel config
|
||
|
template:
|
||
|
src: sentinel.conf.j2
|
||
|
dest: "/etc/redis/sentinel.conf"
|