feat: add basic nextcloud role

nextcloud with optional collabora base setup
This commit is contained in:
Bert-Jan Fikse 2025-12-19 14:17:08 +01:00
parent 19986e1205
commit 6ab3505dc8
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
11 changed files with 404 additions and 0 deletions

View 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