feat: add basic nextcloud role
nextcloud with optional collabora base setup
This commit is contained in:
parent
19986e1205
commit
6ab3505dc8
11 changed files with 404 additions and 0 deletions
7
roles/nextcloud/handlers/main.yml
Normal file
7
roles/nextcloud/handlers/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for nextcloud
|
||||
- name: Restart nginx container
|
||||
community.docker.docker_container:
|
||||
name: "{{ nextcloud_docker_compose_dir | basename }}-nginx-1"
|
||||
restart: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue