nixos-servers/legacy/projects/docker_swarm/ansible/playbooks/remove_stack.yml

10 lines
166 B
YAML
Raw Normal View History

---
- name: Remove a Docker swarm stack
hosts: manager
tasks:
- name: Remove the stack
docker_stack:
name: "{{ stack }}"
state: absent