mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- New zfs role with cron-based scrub scheduling for Linux and FreeBSD - Weekly Sunday scrubs at noon (matching existing manual crons) - Add zfs_hosts inventory group with london-a and london-b - Configure zfs_pools per host: zroot (london-a), hdd (london-b) - Add Prometheus alert rules for degraded/faulted/offline pools - Add zfs.yml playbook for targeted deploys Captures the previously untracked scrub cron on london-a and re-enables the commented-out scrub on london-b. Refs: PESO-93
9 lines
227 B
YAML
9 lines
227 B
YAML
---
|
|
# Deploy ZFS management (scrub scheduling, monitoring).
|
|
# Usage: ansible-playbook playbooks/zfs.yml
|
|
# ansible-playbook playbooks/zfs.yml --check --diff
|
|
|
|
- name: "ZFS management"
|
|
hosts: zfs_hosts
|
|
roles:
|
|
- zfs
|