diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:41:26 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-22 12:52:06 +0200 |
| commit | 1f9af83bafedc45659b422032c30b8204c7414aa (patch) | |
| tree | 321219a31365be84ca27ebbf3dbd6f5dbccfb9ae /host_vars | |
| parent | f4977c88f9bef271fdb7f4e972c2a6dfa8124d33 (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.yml | bin | 2359 -> 2390 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex 356a1076..4a366424 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 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" |
