pez-infra/ansible/inventory/host_vars/london-b.yml
Rasmus "Pez" Wejlgaard b82013c2f0
fix: actually decomission nextcloud and TWDNE (#72)
* fix: actually decomission nextcloud and TWDNE

* ignore spaces in lint and remove dns for the services

* linting on the linting config wasn't linting the lints
2026-04-25 18:19:16 +01:00

37 lines
781 B
YAML

---
host_role: storage
host_description: "Primary storage (ZFS), Docker services"
host_location: "London"
prometheus_location: london
docker_services:
- jellyseerr
- navidrome
- slskd
- miniflux
- smartctl-exporter
- plex-exporter
# Snap-managed services (deployed by media_stack role)
snap_services:
- overseerr
# APT-managed user services (deployed by media_stack role)
apt_user_services:
- syncthing@pez
zfs_pools:
- hdd
node_exporter_extra_collectors:
- systemd
- processes
- sysctl
- ethtool
- zfs
common_ufw_allowed_ports:
- { port: 32400, proto: tcp, comment: "Plex Media Server" }
- { port: 6881, proto: tcp, comment: "BitTorrent" }
- { port: 6881, proto: udp, comment: "BitTorrent" }
- { port: 445, proto: tcp, comment: "Samba" }