From 7d235e67e006e3ac8ac30fe27599869d266316a8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Jan 2021 21:27:52 +0000 Subject: [PATCH] Add ZFS configuration for PVE --- ansible/host_vars/pve.yml | 4 ++++ ansible/main.yml | 1 + 2 files changed, 5 insertions(+) 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