re-organizing playbook deploy-db

This commit is contained in:
2022-10-08 18:15:53 +02:00
parent fd1d6b6261
commit a844e10970
22 changed files with 116 additions and 215 deletions

18
db/tasks/remove-db.yml Normal file
View File

@@ -0,0 +1,18 @@
# remove db
- name: Stopping existing service
community.docker.docker_compose:
project_src: /home/valentin/db
state: absent
remove_volumes: yes
remove_images: local
register: output
- name: Debug output
debug:
var: output
- name: Remove project covas db
file:
path: /home/valentin/db
state: absent