From ee272e4c60bc6f9106acf0fcee40dcc2f070e04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ole=C5=9B?= Date: Mon, 23 Nov 2015 19:20:18 +0100 Subject: [PATCH] Do not install redis. It will be run in container --- bootstrap/playbooks/custom-configs.yaml | 8 -------- bootstrap/playbooks/tasks/base.yaml | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 bootstrap/playbooks/custom-configs.yaml diff --git a/bootstrap/playbooks/custom-configs.yaml b/bootstrap/playbooks/custom-configs.yaml deleted file mode 100644 index 05bc1827..00000000 --- a/bootstrap/playbooks/custom-configs.yaml +++ /dev/null @@ -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 diff --git a/bootstrap/playbooks/tasks/base.yaml b/bootstrap/playbooks/tasks/base.yaml index d79b25ce..e648cc3e 100644 --- a/bootstrap/playbooks/tasks/base.yaml +++ b/bootstrap/playbooks/tasks/base.yaml @@ -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