From 0c5a5dde5363e611db5e699c538ad0cae60cd1b4 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 23 Aug 2023 15:47:12 +0200 Subject: [PATCH] firewall.yml aktualisiert --- firewall.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firewall.yml b/firewall.yml index 7467464..4c06541 100644 --- a/firewall.yml +++ b/firewall.yml @@ -21,14 +21,14 @@ rule: deny port: '22' proto: tcp - when: hardening.exists + when: hardening.stat.exists - name: Allow all access to tcp port 33 (ssh) community.general.ufw: rule: allow port: '33' proto: tcp - when: hardening.exists + when: hardening.stat.exists - name: Allow all access to tcp port 22 (ssh) community.general.ufw: