From 864ec3d6d3186b195a723158b126a01b45a5b802 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Fri, 3 Apr 2026 02:47:24 +0000 Subject: [PATCH] Add ZFS role to deploy.yml for scrub scheduling Wire the existing zfs role into deploy.yml as Stage 4f, targeting zfs_hosts (london-a, london-b). This ensures weekly ZFS scrub crons are deployed on full fleet runs. Fixes PESO-105 --- ansible/deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ansible/deploy.yml b/ansible/deploy.yml index 5b65b88..8a82f87 100644 --- a/ansible/deploy.yml +++ b/ansible/deploy.yml @@ -169,6 +169,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 # ──────────────────────────────────────────────