This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-servers/docker_swarm/playbooks/remove_stack.yml
2024-02-08 23:53:02 +01:00

9 lines
166 B
YAML

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