remove nextcloud stack

This commit is contained in:
Pim Kunis 2023-05-05 22:52:49 +02:00
parent 3e7b1d8116
commit 47aca0dc39
3 changed files with 0 additions and 89 deletions

View file

@ -1,15 +0,0 @@
- name: Create working directory
file:
path: /srv/nextcloud
state: directory
- name: Copy Docker stack file
copy:
src: "{{ role_path }}/docker-stack.yml"
dest: /srv/nextcloud/docker-stack.yml
- name: Deploy Docker stack
docker_stack:
name: nextcloud
compose:
- /srv/nextcloud/docker-stack.yml