remove nextcloud stack
This commit is contained in:
parent
3e7b1d8116
commit
47aca0dc39
3 changed files with 0 additions and 89 deletions
|
@ -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
|
Reference in a new issue