add gitlab

This commit is contained in:
Florian RICHER 2023-09-25 22:01:57 +02:00
parent 4e62432a58
commit 82e2cdb355
7 changed files with 147 additions and 0 deletions

View file

@ -64,6 +64,7 @@
# SSH
/sbin/iptables -A INPUT -p tcp --dport {{ server.ssh_port }} -j ACCEPT
/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT # ACCEPT SSH INPUT THROUGH TRAEFIK
/sbin/iptables -A OUTPUT -p tcp --dport 22 -j ACCEPT # ACCEPT SSH OUTPUT LIKE GIT
# ICMP (Ping)