From fddd07fbf72437d85228ce0303734cf6aa129fd8 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 7 Feb 2025 15:07:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5:=20definitively=20remove=20Hetzner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/firewall/templates/firewall.j2 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/firewall/templates/firewall.j2 b/roles/firewall/templates/firewall.j2 index dffe4cf..1aa198a 100644 --- a/roles/firewall/templates/firewall.j2 +++ b/roles/firewall/templates/firewall.j2 @@ -154,18 +154,6 @@ config rule option dest_port '80 443' option target 'ACCEPT' -# SSH to Storage Box OUT -config rule - option name 'Allow-OUTPUT-SSH-Hetzner' - option src 'dmz' - list proto 'tcp' - option dest 'wan' - option dest_port '22' - option src_ip '{{ hostvars['frederica.dmz.mateu.be']['ansible_default_ipv4']['address'] }}' - option dest_ip '{{ lookup('community.dns.lookup', 'u441453.your-storagebox.de') }}' - option target 'ACCEPT' - option family 'ipv4' - # SSH traffic IN config rule option name 'Allow-INPUT-SSH'