diff --git a/templates/iptables.conf.j2 b/templates/iptables.conf.j2 index dc4fd2b37445834fc1ec759c7d4ffe10e8cb249d..06c2f757979597819c1b83da8ab364d1c5b73a74 100644 --- a/templates/iptables.conf.j2 +++ b/templates/iptables.conf.j2 @@ -79,6 +79,10 @@ # WEB -A OUTPUT -p tcp -m tcp --dport 80 -j ACCEPT -A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT +{% if inventory_hostname in groups.gitlab %} +# Plesk WebHooks +-A OUTPUT -p tcp -m tcp --dport 8443 -j ACCEPT +{% endif %} # DNS -A OUTPUT -p tcp -m tcp --dport 53 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT