pez-infra/ansible/inventory/host_vars/london-a.yml

25 lines
852 B
YAML

---
node_exporter_bind_tailscale: true
host_role: monitoring
host_description: "Monitoring stack (Prometheus, Grafana)"
host_location: "London"
prometheus_location: london
ansible_python_interpreter: /usr/local/bin/python3
grafana_provisioning_dir: /usr/local/etc/grafana/provisioning
zfs_pools:
- zroot
# ZFS scrub schedule (currently manual cron, not yet managed by ansible)
# 0 12 * * sun zpool scrub zroot
zfs_scrub_schedule: "0 12 * * 0"
# --- Services enabled in rc.conf ---
# Core services (documented)
# sshd, ntpd, powerd, zfs, tailscaled, grafana, prometheus, node_exporter
# --- Disabled/removed services ---
# cloudflared — removed 2026-04-03 (PESO-134). Replaced by Caddy + Authelia.
# InfluxDB, Redis, PostgreSQL, libvirtd — disabled 2026-04-02 (PESO-113).
# Were leftover from a defunct pez_vps project. Pez approved removal.