From ded892e34378c3675717384decebbf87e3f70039 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Jun 2026 16:55:49 +0200 Subject: Add garage to rpi to use as s3-compatible backend for backups --- host_vars/rpi5.local.yml | Bin 2394 -> 2618 bytes host_vars/rpi5.local.yml.example | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'host_vars') diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml index b5708d51..ae758bf5 100644 Binary files a/host_vars/rpi5.local.yml and b/host_vars/rpi5.local.yml 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" -- cgit v1.2.3