aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-16 22:14:00 +0100
committerbinary <me@rgoncalves.se>2020-12-16 22:14:00 +0100
commit02cdb937e214ccbc5d2cf709ba44a3a67e84c5f0 (patch)
treeb14c380130ffaf540276d45e3796d4d09129d247 /host_vars
parent7cb2a0e8ab3d2db6bc74c525f3ba057fbcd537a1 (diff)
downloadold-infrastructure-02cdb937e214ccbc5d2cf709ba44a3a67e84c5f0.tar.gz
Add udp for gitdaemon
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/vm2.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/vm2.yml b/host_vars/vm2.yml
index cef4ac3..0b0b79e 100644
--- a/host_vars/vm2.yml
+++ b/host_vars/vm2.yml
@@ -20,3 +20,8 @@ services:
proto: "tcp"
port: "9418"
public: true
+
+ - name: "gitdeamon"
+ proto: "udp"
+ port: "9418"
+ public: true
remember that computers suck.