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
251 B
YAML
9 lines
251 B
YAML
---
|
|
host_role: monitoring
|
|
host_description: "Monitoring stack (Prometheus, Grafana)"
|
|
host_location: "London"
|
|
ansible_python_interpreter: /usr/local/bin/python3
|
|
grafana_provisioning_dir: /usr/local/share/grafana/conf/provisioning
|
|
|
|
zfs_pools:
|
|
- zroot
|