Remove cloudflared from london-a (PESO-134) (#50)

cloudflared has been replaced by Caddy + Authelia. Removed:
- cloudflared service config (services/cloudflared/london-a/)
- tunnel ID from london-a host_vars
- cloudflared_enable from rc.conf

Also synced rc.conf with live server state (disabled services
from PESO-113, added node_exporter_listen_address).

Live server: stopped service, removed from rc.conf, uninstalled pkg.
This commit is contained in:
Rasmus Wejlgaard 2026-04-03 18:51:51 +01:00 committed by GitHub
parent a31f8b5651
commit dca6a08ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 15 deletions

View file

@ -18,9 +18,7 @@ zfs_scrub_schedule: "0 12 * * 0"
# 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.
# --- 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.

View file

@ -1,4 +0,0 @@
---
tunnel: 168eccae-2497-48e2-a1e2-c12cd3448d9a
protocol: http2
credentials-file: /root/.cloudflared/168eccae-2497-48e2-a1e2-c12cd3448d9a.json

View file

@ -17,9 +17,8 @@ grafana_enable="YES"
prometheus_enable="YES"
node_exporter_enable="YES"
tailscaled_enable="YES"
cloudflared_enable="YES"
cf_tunnel_id="168eccae-2497-48e2-a1e2-c12cd3448d9a"
influxd_enable="YES"
libvirtd_enable="YES"
redis_enable="YES"
postgresql_enable="YES"
influxd_enable="NO"
libvirtd_enable="NO"
redis_enable="NO"
postgresql_enable="NO"
node_exporter_listen_address="100.122.219.41:9100"