Do not install redis. It will be run in container
This commit is contained in:
parent
45a26119ef
commit
ee272e4c60
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
- 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
|
|
@ -13,8 +13,6 @@
|
|||||||
- python-setuptools
|
- python-setuptools
|
||||||
- ruby-dev
|
- ruby-dev
|
||||||
- unzip
|
- unzip
|
||||||
# Redis
|
|
||||||
- redis-server
|
|
||||||
# Graph drawing
|
# Graph drawing
|
||||||
- python-pygraphviz
|
- python-pygraphviz
|
||||||
# Other tools
|
# Other tools
|
||||||
@ -49,8 +47,6 @@
|
|||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
- shell: sudo pip install redis
|
- shell: sudo pip install redis
|
||||||
- lineinfile: dest=/etc/redis/redis.conf regexp='^bind ' line='bind 0.0.0.0'
|
|
||||||
- service: name=redis-server state=restarted
|
|
||||||
|
|
||||||
# Ubuntu OpenStack packages
|
# Ubuntu OpenStack packages
|
||||||
#- apt: name=ubuntu-cloud-keyring state=present
|
#- apt: name=ubuntu-cloud-keyring state=present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user