: add 80 port for hypervisors
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m12s

This commit is contained in:
VC
2025-03-21 20:32:44 +01:00
parent 74050bd8ff
commit 4038ce3986

View File

@@ -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'