From ddd50f972561d240fc37d9d5df34ae359addc616 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sun, 29 Mar 2026 10:02:02 +0000 Subject: [PATCH] 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. --- ansible/inventory/host_vars/london-b.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/inventory/host_vars/london-b.yml b/ansible/inventory/host_vars/london-b.yml index 865dc48..d3e046a 100644 --- a/ansible/inventory/host_vars/london-b.yml +++ b/ansible/inventory/host_vars/london-b.yml @@ -11,3 +11,6 @@ docker_services: - miniflux - smartctl-exporter - plex-exporter + +common_ufw_allowed_ports: + - {port: 32400, proto: tcp, comment: "Plex Media Server"}