chore: ensure we can use the same collabora instance for multiple cloud instances

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-06 17:00:33 +01:00
parent d1eea7f717
commit ef2462a26a
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 15 additions and 1 deletions

View file

@ -4,6 +4,7 @@ opencloud_extra_hosts:
- "opencloud.local.test:host-gateway"
- "keycloak.local.test:host-gateway"
- "storage.local.test:192.168.56.11"
- "office.local.test:host-gateway"
# OIDC configuration (Keycloak)
opencloud_oidc_issuer: "https://keycloak.local.test/realms/vagrant"
@ -18,6 +19,10 @@ opencloud_s3_access_key: "{{ lookup('digitalboard.core.garage_credentials', 'ope
opencloud_s3_secret_key: "{{ lookup('digitalboard.core.garage_credentials', 'opencloud', host='backend')['secret_key'] }}"
opencloud_s3_bucket: "opencloud"
# Collabora integration
opencloud_collabora_domain: "office.local.test"
opencloud_wopi_domain: "wopi.opencloud.local.test"
# Allow OpenCloud to connect to Keycloak for OIDC discovery
opencloud_csp_extra_connect_src:
- "https://keycloak.local.test/"