From 8a4a95b59668ac0c229ba173fc60aa28484137bb Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Fri, 3 Apr 2026 09:53:10 +0100 Subject: [PATCH] Add ZFS role to deploy.yml for scrub scheduling (#44) --- ansible/deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ansible/deploy.yml b/ansible/deploy.yml index 16968a5..ec33883 100644 --- a/ansible/deploy.yml +++ b/ansible/deploy.yml @@ -168,6 +168,15 @@ name: grafana state: restarted +# ────────────────────────────────────────────── +# Stage 4f: ZFS scrub scheduling — zfs_hosts +# ────────────────────────────────────────────── +- name: "Stage 4f: ZFS scrub scheduling" + hosts: zfs_hosts + tags: [services, zfs] + roles: + - role: zfs + # ────────────────────────────────────────────── # Stage 5: Verification # ──────────────────────────────────────────────