2023-08-21 09:03:34 +02:00
|
|
|
####################
|
|
|
|
# - Deploy Stack: cleanup
|
|
|
|
####################
|
|
|
|
- name: "Deploy Stack: cleanup"
|
|
|
|
hosts: "swarm_leader"
|
|
|
|
tags:
|
|
|
|
- "stage_stack"
|
|
|
|
- "stage_stack_cleanup"
|
2023-08-13 04:49:19 +02:00
|
|
|
vars:
|
|
|
|
stack_name: "cleanup"
|
2023-08-21 09:03:34 +02:00
|
|
|
|
|
|
|
roles:
|
|
|
|
- role: "stack/deploy_stack"
|