Add remove actions for keystone, mariadb, haproxy
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
- hosts: [mariadb]
|
||||
- hosts: [service/mariadb]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- shell: docker stop {{ mariadb.name }}
|
||||
- shell: docker rm {{ mariadb.name }}
|
||||
- shell: docker rm -f {{ name }} || true
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
- hosts: [service/mariadb]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- shell: docker rm -f {{name}} || true
|
||||
- shell: docker run \
|
||||
-d \
|
||||
--net="host" \
|
||||
|
||||
Reference in New Issue
Block a user