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
This commit is contained in:
Rasmus Wejlgaard 2026-04-03 02:47:24 +00:00
parent f75e2a8d5f
commit 864ec3d6d3

View file

@ -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
# ──────────────────────────────────────────────