2021-03-05 20:39:11 +00:00
|
|
|
private_ip: "{{ pve_hosts.pve.ip }}"
|
|
|
|
|
2021-01-09 21:27:52 +00:00
|
|
|
zpools_to_scrub:
|
|
|
|
- tank
|
|
|
|
- rpool
|
2021-01-09 22:32:55 +00:00
|
|
|
|
2021-03-06 21:38:21 +00:00
|
|
|
# 10GB, or so
|
|
|
|
zfs_arc_size: 10000000000
|
2021-01-10 13:23:36 +00:00
|
|
|
|
|
|
|
sanoid_datasets:
|
|
|
|
tank:
|
|
|
|
use_template: production
|
|
|
|
recursive: true
|
|
|
|
process_children_only: true
|
|
|
|
|
|
|
|
rpool:
|
|
|
|
use_template: production
|
|
|
|
recursive: true
|
2021-06-25 22:43:26 +01:00
|
|
|
|
|
|
|
# Snapraid
|
|
|
|
snapraid_install: false
|
|
|
|
snapraid_runner: false
|
|
|
|
|
|
|
|
snapraid_data_disks:
|
|
|
|
- path: /mnt/bulk
|
|
|
|
content: true
|
|
|
|
snapraid_parity_disks:
|
|
|
|
- path: /mnt/parity
|
|
|
|
content: true
|
|
|
|
|
|
|
|
snapraid_content_files:
|
|
|
|
- /mnt/tank/files/snapraid.content
|
|
|
|
- /var/snapraid.content
|
|
|
|
|
|
|
|
snapraid_config_excludes:
|
|
|
|
- "*.unrecoverable"
|
|
|
|
- /lost+found/
|
|
|
|
- "*.!sync"
|
|
|
|
- /tmp/
|
|
|
|
|
|
|
|
snapraid_scrub_schedule:
|
|
|
|
hour: 5
|
|
|
|
weekday: 4
|