summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-26 16:57:16 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-27 00:21:23 +0200
commita559d67db567c480647d3dbb67592c659fa67f76 (patch)
treead32e2aab79d72f421b568b70fa9728168b6d0e1 /host_vars
parentcd59f5ac51d05d67a7c583a20e8fd0e526d8343b (diff)
Refactor garage role for better stability and defaults
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin3225 -> 3388 bytes
-rw-r--r--host_vars/rpi5.local.yml.example5
2 files changed, 4 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index e747f7cf..aa66bcf5 100644
--- a/host_vars/rpi5.local.yml
+++ b/host_vars/rpi5.local.yml
Binary files differ
diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example
index b8a86f63..a4360b37 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -76,13 +76,16 @@ grafana_dashboards:
- key: "${DS__VICTORIAMETRICS}"
value: "prometheus"
- name: "garage"
+ # yamllint disable-line rule:line-length
url: "https://git.deuxfleurs.fr/Deuxfleurs/garage/raw/branch/main/script/telemetry/grafana-garage-dashboard-prometheus.json"
datasource_mappings:
- key: "${DS_prometheus}"
value: "prometheus"
backup_device: "PARTLABEL=backup"
-
garage_rpc_secret: "changeme"
garage_access_key_id: "GK_changeme"
garage_secret_access_key: "changeme"
+garage_bucket: "restic"
+garage_data_dir: "/backup/garage/data"
+garage_meta_dir: "/backup/garage/meta"