feat: use garage as storage backend
using the new plugin to lookup credentials
This commit is contained in:
parent
5b6ec5284e
commit
437262d6cc
1 changed files with 11 additions and 1 deletions
|
|
@ -1 +1,11 @@
|
|||
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: 443
|
||||
nextcloud_s3_ssl: true
|
||||
nextcloud_s3_usepath_style: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue