solar/bootstrap/playbooks/custom-configs.yml
Przemyslaw Kaminski beb6b8536f Bootstrap resource added
- added example-bootstrap.py
- moved ansible tasks to separate dir
2015-08-07 09:10:39 +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