Skip to content
Snippets Groups Projects
Commit c07a010e authored by Yannick SEBASTIA's avatar Yannick SEBASTIA
Browse files

utilisation du bootstrap pour détruire

parent 71b6e9fc
No related branches found
No related tags found
No related merge requests found
......@@ -3,15 +3,7 @@
gather_facts: no
become: true
tasks:
- include_role:
name: frontend
tasks_from: destroy.yaml
- include_role:
name: api
tasks_from: destroy.yaml
- include_role:
name: mariadb
tasks_from: destroy.yaml
- include_role:
name: environment
tasks_from: destroy.yaml
\ No newline at end of file
- name: Destruction de VaporMap
ansible.builtin.include_role:
name: bootstrap
tasks_from: destroy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment