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/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