python-support-infra/stacks/cleanup/playbook.yml

14 lines
259 B
YAML

####################
# - Deploy Stack: cleanup
####################
- name: "Deploy Stack: cleanup"
hosts: "swarm_leader"
tags:
- "stage_stack"
- "stage_stack_cleanup"
vars:
stack_name: "cleanup"
roles:
- role: "stack/deploy_stack"