diff --git a/ansible/host_vars/pve.yml b/ansible/host_vars/pve.yml index c6a60bc..4179053 100644 --- a/ansible/host_vars/pve.yml +++ b/ansible/host_vars/pve.yml @@ -1 +1,5 @@ expose_ssh: true + +zpools_to_scrub: + - tank + - rpool diff --git a/ansible/main.yml b/ansible/main.yml index f0fce6e..5fbb3cc 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -31,6 +31,7 @@ # ZFS Hosts - hosts: - walker + - pve roles: - zfs