diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-06-22 14:45:34 +0200 |
| commit | cb8f807a5d24645b67f0dcdf5afae032c7dd5ce0 (patch) | |
| tree | a08ce2513e5b859bd983a5b878e78916e4e5b93d /host_vars | |
| parent | f3a3a5aee727f849e62563fde643fcabe029b5b3 (diff) | |
Add readme on using backup role and fix testing
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 2390 -> 2394 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex 4a366424..b5708d51 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 1b6eb4fd..1ad9bc02 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -75,4 +75,4 @@ grafana_dashboards: - key: "${DS__VICTORIAMETRICS}" value: "prometheus" -backup_device: "/dev/sda2" +backup_device: "UUID=your_backup_device_uuid_here" |
