solar/slave.yml
Przemyslaw Kaminski 7323a842da Puppet: lots of fixes & improvements
- resource_provider became a general provider for git/zip/whatever data
- library-puppet is used to install & manage all dependencies
- keystone_puppet resource is added, with manifests from openstack git
2015-07-09 12:36:36 +02:00

12 lines
342 B
YAML

---
- hosts: all
sudo: yes
tasks:
- lineinfile: line='slaveof 10.0.0.2 6379' dest=/etc/redis/redis.conf
- service: name=redis-server state=restarted
# turn off default ubuntu repos since they conflict with our custom mirrors
#- template: src=/vagrant/sources.list dest=/etc/apt/sources.list
# shell: apt-get update