diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 16:55:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 16:55:49 +0200 |
| commit | ded892e34378c3675717384decebbf87e3f70039 (patch) | |
| tree | 79d6b85a1c592c0ba5ae9245edb5610c3b78ff66 /host_vars | |
| parent | c8a1d4eac9e5ade57b6bf34dfc26e5516cb43726 (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.yml | bin | 2394 -> 2618 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex b5708d51..ae758bf5 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml 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" |
