mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Add ZFS role to deploy.yml for scrub scheduling (#44)
This commit is contained in:
parent
49cea826e0
commit
8a4a95b596
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
# ──────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue