15 lines
No EOL
654 B
YAML
15 lines
No EOL
654 B
YAML
nextcloud_collabora_disable_cert_verification: true
|
|
|
|
# S3 storage configuration using Garage
|
|
nextcloud_use_s3_storage: true
|
|
nextcloud_s3_key: "{{ lookup('digitalboard.core.garage_credentials', 'nextcloud', host='backend')['key_id'] }}"
|
|
nextcloud_s3_secret: "{{ lookup('digitalboard.core.garage_credentials', 'nextcloud', host='backend')['secret_key'] }}"
|
|
nextcloud_s3_bucket: "nextcloud"
|
|
nextcloud_s3_host: "{{ hostvars['backend']['garage_s3_domain'] }}"
|
|
nextcloud_s3_port: 80
|
|
nextcloud_s3_ssl: false
|
|
nextcloud_s3_usepath_style: true
|
|
|
|
# Extra hosts for container DNS resolution (Vagrant only)
|
|
nextcloud_extra_hosts:
|
|
- "storage.local.test:192.168.56.11" |