Add ZFS configuration for PVE

This commit is contained in:
Jake Howard 2021-01-09 21:27:52 +00:00
parent decf5176f7
commit 7d235e67e0
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 5 additions and 0 deletions

View file

@ -1 +1,5 @@
expose_ssh: true expose_ssh: true
zpools_to_scrub:
- tank
- rpool

View file

@ -31,6 +31,7 @@
# ZFS Hosts # ZFS Hosts
- hosts: - hosts:
- walker - walker
- pve
roles: roles:
- zfs - zfs