aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-21 16:14:55 +0100
committerbinary <me@rgoncalves.se>2020-11-21 16:14:55 +0100
commit77eef6041db574d65c4dd6f5af1468db7b8fbb36 (patch)
tree4eb27757eb4bf94817b93dbee1f73cffcf3a0627 /host_vars
parent141a96d2ce17194acb14b48b5a00fc10f2972879 (diff)
downloadold-infrastructure-77eef6041db574d65c4dd6f5af1468db7b8fbb36.tar.gz
Add factorio role.
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/vm0.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/host_vars/vm0.yml b/host_vars/vm0.yml
index 781eeda..2b372a9 100644
--- a/host_vars/vm0.yml
+++ b/host_vars/vm0.yml
@@ -14,7 +14,14 @@ services:
- name: "minecraft"
proto: "tcp"
port: "25565"
+ public: true
- name: "minecraft"
proto: "udp"
port: "25565"
+ public: true
+
+ - name: "factorio"
+ proto: "udp"
+ port: "34197"
+ public: true
remember that computers suck.