Remove from run task containers removing

This commit is contained in:
Evgeniy L 2015-04-17 15:16:40 +03:00
parent d98e87c89d
commit 29b6b9e232
3 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
- file: state=directory path=/etc/solar/{{haproxy.name}}
# TODO Remove hardcoded path
- template: src=/vagrant/examples/resources/templates/haproxy.cfg.j2 dest=/etc/solar/{{haproxy.name}}/haproxy.cfg backup=yes
- shell: docker rm -f {{haproxy.name}} || true
- shell: docker run -d \
--net="host" \
--privileged \

View File

@ -2,7 +2,6 @@
- hosts: [keystone]
sudo: yes
tasks:
- shell: docker rm -f {{keystone.name}} || true
- shell: docker run -d --net="host" --privileged \
-e "DB_ROOT_PASSWORD={{mariadb.root_password}}" \
-e "KEYSTONE_PUBLIC_SERVICE_PORT={{keystone.public_port}}" \

View File

@ -2,8 +2,6 @@
- hosts: [mariadb]
sudo: yes
tasks:
# REMOVE BEFORE PUSHING into the repo
- shell: docker rm -f {{mariadb.name}} || true
- shell: docker run \
-d \
--net="host" \