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:
parent
6e115c20c7
commit
dd087fb5e2
4 changed files with 17 additions and 1 deletions
6
inventories/vagrant/host_vars/backend/collabora.yml
Normal file
6
inventories/vagrant/host_vars/backend/collabora.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
collabora_domain: "office.local.test"
|
||||||
|
|
||||||
|
# Allowed WOPI host domains
|
||||||
|
collabora_allowed_domains:
|
||||||
|
- "nextcloud.local.test"
|
||||||
|
- "opencloud.local.test"
|
||||||
|
|
@ -16,7 +16,7 @@ traefik_dmz_exposed_services:
|
||||||
domain: nextcloud.local.test
|
domain: nextcloud.local.test
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
- name: nextcloud-collabora
|
- name: collabora
|
||||||
domain: office.local.test
|
domain: office.local.test
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,10 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
|
collabora_servers:
|
||||||
|
hosts:
|
||||||
|
backend:
|
||||||
|
|
||||||
opencloud_servers:
|
opencloud_servers:
|
||||||
hosts:
|
hosts:
|
||||||
backend:
|
backend:
|
||||||
|
|
@ -29,6 +29,12 @@
|
||||||
roles:
|
roles:
|
||||||
- digitalboard.core.garage
|
- digitalboard.core.garage
|
||||||
|
|
||||||
|
- name: Deploy collabora service
|
||||||
|
hosts: collabora_servers
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- digitalboard.core.collabora
|
||||||
|
|
||||||
- name: Deploy nextcloud service
|
- name: Deploy nextcloud service
|
||||||
hosts: nextcloud_servers
|
hosts: nextcloud_servers
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue