Add ZFS role to deploy.yml for scrub scheduling (#44)

This commit is contained in:
Rasmus Wejlgaard 2026-04-03 09:53:10 +01:00 committed by GitHub
parent 49cea826e0
commit 8a4a95b596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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