From 17e5d1e17338c80104e54f79ceccb724e700eb06 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sun, 29 Mar 2026 10:04:18 +0000 Subject: [PATCH] Add BitTorrent port (6881) to london-b UFW allowed ports Port was already manually configured in UFW, bringing it under Ansible management. --- ansible/inventory/host_vars/london-b.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventory/host_vars/london-b.yml b/ansible/inventory/host_vars/london-b.yml index d3e046a..8855e67 100644 --- a/ansible/inventory/host_vars/london-b.yml +++ b/ansible/inventory/host_vars/london-b.yml @@ -14,3 +14,5 @@ docker_services: common_ufw_allowed_ports: - {port: 32400, proto: tcp, comment: "Plex Media Server"} + - {port: 6881, proto: tcp, comment: "BitTorrent"} + - {port: 6881, proto: udp, comment: "BitTorrent"}