infrastructure/ansible/host_vars/restic/main.yml
Jake Howard 2998958ddd
Some checks failed
/ terraform (push) Successful in 1m16s
/ ansible (push) Failing after 1m57s
Provision a new SSD for DBs
This makes the data easier to back up and splits it out from the main boot pool
2023-06-15 09:09:48 +01:00

10 lines
275 B
YAML

restic_backup_locations:
- /mnt/host/mnt/tank
- /mnt/host/mnt/speed
- /mnt/host/etc/pve
- /mnt/home-assistant
restic_healthchecks_id: "{{ vault_restic_healthchecks_id }}"
restic_forget: true
restic_forget_healthchecks_id: "{{ vault_restic_forget_healthchecks_id }}"