solar/bootstrap/playbooks/custom-configs.yaml
2015-09-15 12:20:12 +02:00

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