9 lines
198 B
YAML
9 lines
198 B
YAML
---
|
|
|
|
- name: Custom Solar configs
|
|
hosts: all
|
|
sudo: yes
|
|
tasks:
|
|
- lineinfile: line='slaveof {{ master_ip }} 6379' dest=/etc/redis/redis.conf
|
|
- service: name=redis-server state=restarted
|