reference-ansible/inventories/vagrant/host_vars/backend/garage.yml
Bert-Jan Fikse 6e115c20c7
feat: add s3 storage provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
2026-03-05 16:24:12 +01:00

24 lines
No EOL
612 B
YAML

# Garage configuration for backend host
garage_s3_domain: "storage.local.test"
garage_webui_domain: "console.storage.local.test"
garage_webui_enabled: true
garage_use_ssl: false
# provisioning
garage_bootstrap_enabled: true
garage_bootstrap_zone: "ch1"
garage_bootstrap_capacity: "1G"
garage_s3_keys:
- name: "nextcloud"
buckets:
- name: "nextcloud"
permissions: ["read", "write"]
- name: "nextcloud-backup"
buckets:
- name: "nextcloud"
permissions: ["read"]
- name: "opencloud"
buckets:
- name: "opencloud"
permissions: ["read", "write"]