From f5026efcc76a947872cf76111055fcbded823ed7 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Fri, 12 Feb 2021 16:29:32 +0000 Subject: [PATCH] snackpot.yml - fixup, get all the ports from firewall_ports --- snackpot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snackpot.yml b/snackpot.yml index 6218f5e..ad23bfe 100644 --- a/snackpot.yml +++ b/snackpot.yml @@ -13,7 +13,7 @@ nextcloud_db: nextcloud letsencrypt_email: webmaster@noodlefactory.co.uk docker_compose_base_dir: /opt/docker-compose - minidlna_ports: + firewall_ports: - proto: udp port: "1900" - proto: tcp @@ -43,7 +43,7 @@ apply: { tags: ufw } tags: ufw vars: - ufw_allow: "{{ ['22', '80', '443'] + minidlna_ports }}" + ufw_allow: "{{ firewall_ports }}" - include_role: name: mrlesmithjr.netplan