Pim Kunis
111bf68a0a
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
9 lines
166 B
YAML
9 lines
166 B
YAML
---
|
|
- name: Remove a Docker swarm stack
|
|
hosts: manager
|
|
|
|
tasks:
|
|
- name: Remove the stack
|
|
docker_stack:
|
|
name: "{{ stack }}"
|
|
state: absent
|