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:
parent
d1eea7f717
commit
ef2462a26a
2 changed files with 15 additions and 1 deletions
|
|
@ -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/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue