diff --git a/roles/bastionhost/tasks/system_setup/firewall.yml b/roles/bastionhost/tasks/system_setup/firewall.yml index a75b59e..27443d3 100644 --- a/roles/bastionhost/tasks/system_setup/firewall.yml +++ b/roles/bastionhost/tasks/system_setup/firewall.yml @@ -16,12 +16,6 @@ proto: tcp src: 'any' -- name: system setup | firewall | allow ping (ICMP) from internal networks - community.general.ufw: - rule: allow - src: '192.168.1.0/24' # Passe dies an dein internes Netzwerk an - proto: icmp - - name: system setup | firewall | allow other monitoring traffic from internal networks community.general.ufw: rule: allow