chore: add central collabora service

instead of providing one for owncloud and nextcloud separately

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 17:09:06 +01:00
parent 6e115c20c7
commit dd087fb5e2
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 17 additions and 1 deletions

View file

@ -29,6 +29,12 @@
roles:
- digitalboard.core.garage
- name: Deploy collabora service
hosts: collabora_servers
become: yes
roles:
- digitalboard.core.collabora
- name: Deploy nextcloud service
hosts: nextcloud_servers
become: yes