pez-infra/ansible/inventory/host_vars/london-b.yml
Rasmus "Pez" Wejlgaard 8dffd3732b
Allow Plex port (32400/tcp) through UFW on london-b (#12)
* 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.

* Add BitTorrent port (6881) to london-b UFW allowed ports

Port was already manually configured in UFW, bringing it under Ansible management.
2026-03-29 11:29:06 +01:00

18 lines
425 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"}
- {port: 6881, proto: tcp, comment: "BitTorrent"}
- {port: 6881, proto: udp, comment: "BitTorrent"}