Extract vault items from host vars
This commit is contained in:
46
ansible/host_vars/pve/main.yml
Normal file
46
ansible/host_vars/pve/main.yml
Normal file
@ -0,0 +1,46 @@
|
||||
private_ip: "{{ pve_hosts.pve.ip }}"
|
||||
|
||||
zpools_to_scrub:
|
||||
- tank
|
||||
- rpool
|
||||
|
||||
# 7GB, or so
|
||||
zfs_arc_size: 7000000000
|
||||
|
||||
sanoid_datasets:
|
||||
tank:
|
||||
use_template: production
|
||||
recursive: true
|
||||
process_children_only: true
|
||||
|
||||
rpool:
|
||||
use_template: production
|
||||
recursive: true
|
||||
|
||||
# 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
|
||||
|
||||
snapraid_scrub_healthcheck_io_uuid: "{{ vault_snapraid_scrub_healthcheck_io_uuid }}"
|
||||
snapraid_sync_healthcheck_io_uuid: "{{ vault_snapraid_sync_healthcheck_io_uuid }}"
|
Reference in New Issue
Block a user