summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-22 16:55:49 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-22 16:55:49 +0200
commitded892e34378c3675717384decebbf87e3f70039 (patch)
tree79d6b85a1c592c0ba5ae9245edb5610c3b78ff66 /host_vars
parentc8a1d4eac9e5ade57b6bf34dfc26e5516cb43726 (diff)
Add garage to rpi to use as s3-compatible backend for backups
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin2394 -> 2618 bytes
-rw-r--r--host_vars/rpi5.local.yml.example6
2 files changed, 5 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index b5708d51..ae758bf5 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 1ad9bc02..702f99b5 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -75,4 +75,8 @@ grafana_dashboards:
- key: "${DS__VICTORIAMETRICS}"
value: "prometheus"
-backup_device: "UUID=your_backup_device_uuid_here"
+backup_device: "UUID=changeme"
+
+garage_rpc_secret: "changeme"
+garage_access_key_id: "GK_changeme"
+garage_secret_access_key: "changeme"