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
commit3263296093c86aa2165777e74f7d28bfd442160f (patch)
treead32e2aab79d72f421b568b70fa9728168b6d0e1 /host_vars
parentd12f6ad362487451dfe807d206104091bae0982c (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"