diff --git a/roles/firewall/templates/firewall.j2 b/roles/firewall/templates/firewall.j2 index d0fbb7a..bf4ea04 100644 --- a/roles/firewall/templates/firewall.j2 +++ b/roles/firewall/templates/firewall.j2 @@ -254,7 +254,7 @@ config rule list proto 'tcp' option dest 'dmz' option dest_ip '{{ hostvars[host]['ansible_default_ipv6']['address'] }}' - option dest_port '8006' + option dest_port '80 8006' option target 'ACCEPT' option family 'ipv6'