7323a842da
- 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
12 lines
342 B
YAML
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
|