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
|
||||
- ruby-dev
|
||||
- unzip
|
||||
# Redis
|
||||
- redis-server
|
||||
# Graph drawing
|
||||
- python-pygraphviz
|
||||
# Other tools
|
||||
@ -49,8 +47,6 @@
|
||||
|
||||
# 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
|
||||
#- apt: name=ubuntu-cloud-keyring state=present
|
||||
|
Loading…
x
Reference in New Issue
Block a user