pez-infra/ansible/inventory/host_vars/london-a.yml
Rasmus Wejlgaard 4e88cd22e8 london-a: disable unused services (InfluxDB, Redis, PostgreSQL, libvirtd)
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
2026-04-02 23:17:40 +00:00

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.