diff --git a/roles/firewall/templates/firewall.j2 b/roles/firewall/templates/firewall.j2 index 7f3ecba..fe389d5 100644 --- a/roles/firewall/templates/firewall.j2 +++ b/roles/firewall/templates/firewall.j2 @@ -61,26 +61,6 @@ config rule option family 'ipv6' option limit '1000/sec' -## SSH from VINCI rules -config rule - option name 'Allow-Input-SSH-VINCI' - option src 'wan' - option src_ip '{{ vinci_ipv6_out }}' - option proto 'tcp' - option dest_port '22' - option target 'ACCEPT' - option family 'ipv6' - -config rule - option name 'Allow-SSH-VINCI' - option src 'wan' - option src_ip '{{ vinci_ipv6_out }}' - option proto 'tcp' - option dest 'lan' - option dest_port '22' - option target 'ACCEPT' - option family 'ipv6' - ### DMZ Rules ## General Rules # ICMP diff --git a/roles/firewall/vars/main.yml b/roles/firewall/vars/main.yml deleted file mode 100644 index 4c46486..0000000 --- a/roles/firewall/vars/main.yml +++ /dev/null @@ -1 +0,0 @@ -vinci_ipv6_out: "2a02:2098:8711:920:740c:70c0:e153:55b6"