summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-22 12:41:26 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-22 12:52:06 +0200
commitb4b96230c226db126261768045ca8b443d47c72a (patch)
tree321219a31365be84ca27ebbf3dbd6f5dbccfb9ae /host_vars
parentc89fb2cbe6f25f2213c2f4042eb3d84d52e71393 (diff)
Add backup role for mounting a backup device on a rpi machine
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/rpi5.local.ymlbin2359 -> 2390 bytes
-rw-r--r--host_vars/rpi5.local.yml.example2
2 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml
index 356a1076..4a366424 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 95308832..1b6eb4fd 100644
--- a/host_vars/rpi5.local.yml.example
+++ b/host_vars/rpi5.local.yml.example
@@ -74,3 +74,5 @@ grafana_dashboards:
datasource_mappings:
- key: "${DS__VICTORIAMETRICS}"
value: "prometheus"
+
+backup_device: "/dev/sda2"