summaryrefslogtreecommitdiffstats
path: root/host_vars/rpi5.local.yml.example
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
commit1f9af83bafedc45659b422032c30b8204c7414aa (patch)
tree321219a31365be84ca27ebbf3dbd6f5dbccfb9ae /host_vars/rpi5.local.yml.example
parentf4977c88f9bef271fdb7f4e972c2a6dfa8124d33 (diff)
Add backup role for mounting a backup device on a rpi machine
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
-rw-r--r--host_vars/rpi5.local.yml.example2
1 files changed, 2 insertions, 0 deletions
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"