pez-infra/ansible/inventory/host_vars/london-b.yml
Rasmus Wejlgaard ddd50f9725 Allow Plex port (32400/tcp) through UFW on london-b
Plex needs direct access on port 32400 for remote streaming.
Adds common_ufw_allowed_ports to london-b host_vars.
2026-03-29 10:02:02 +00:00

16 lines
321 B
YAML

---
host_role: storage
host_description: "Primary storage (ZFS), Docker services"
host_location: "London"
docker_services:
- nextcloud-aio
- jellyseerr
- navidrome
- slskd
- miniflux
- smartctl-exporter
- plex-exporter
common_ufw_allowed_ports:
- {port: 32400, proto: tcp, comment: "Plex Media Server"}