From 1f9af83bafedc45659b422032c30b8204c7414aa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Jun 2026 12:41:26 +0200 Subject: Add backup role for mounting a backup device on a rpi machine --- host_vars/rpi5.local.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host_vars/rpi5.local.yml.example') 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" -- cgit v1.2.3