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.
This commit is contained in:
Rasmus Wejlgaard 2026-03-29 10:02:02 +00:00
parent f9d0a7ebf4
commit ddd50f9725

View file

@ -11,3 +11,6 @@ docker_services:
- miniflux - miniflux
- smartctl-exporter - smartctl-exporter
- plex-exporter - plex-exporter
common_ufw_allowed_ports:
- {port: 32400, proto: tcp, comment: "Plex Media Server"}