mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Services stopped and disabled in rc.conf on london-a. Removed audit variables from host_vars, replaced with cleanup note. All four were leftovers from a defunct pez_vps project: - InfluxDB: no user databases, only _internal - Redis: empty keyspace, no clients - PostgreSQL: defunct pez_vps database (Pez approved removal) - libvirtd: zero VMs defined Resolves PESO-113
26 lines
896 B
YAML
26 lines
896 B
YAML
---
|
|
node_exporter_bind_tailscale: true
|
|
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
|
|
|
|
# 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
|
|
|
|
# Cloudflare Tunnel — proxies Grafana/Prometheus via pez.sh
|
|
cloudflared_tunnel_id: "168eccae-2497-48e2-a1e2-c12cd3448d9a"
|
|
|
|
# --- Disabled services (cleaned up 2026-04-02, PESO-113) ---
|
|
# InfluxDB, Redis, PostgreSQL, libvirtd — all disabled in rc.conf.
|
|
# Were leftover from a defunct pez_vps project. Pez approved removal.
|