mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
27 lines
923 B
YAML
27 lines
923 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"
|
|
|
|
alloy_loki_url: "http://localhost:3100/loki/api/v1/push"
|
|
|
|
# --- Services enabled in rc.conf ---
|
|
|
|
# Core services (documented)
|
|
# sshd, ntpd, powerd, zfs, tailscaled, grafana, prometheus, node_exporter, loki, alloy
|
|
|
|
# --- 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.
|