From 36d522c725f6815f8683fcd6cd5c33d19b30252a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 18 Dec 2014 15:07:01 +0100 Subject: Enable the use of git:// clients. --- roles/common/templates/etc/iptables/services.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/common/templates') diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index c1a8aa4..7709066 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -5,6 +5,7 @@ # (in|out|inout)[46]? (tcp|udp|..) (port|port:port|port,port) (port|port:port|port,port) out tcp 80,443 # HTTP/HTTPS +out tcp 9418 # GIT out udp 53 # DNS out udp 67 # DHCP {% if 'NTP-master' in group_names %} -- cgit v1.2.3