diff options
author | binary <me@rgoncalves.se> | 2020-11-21 16:14:55 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-21 16:14:55 +0100 |
commit | 77eef6041db574d65c4dd6f5af1468db7b8fbb36 (patch) | |
tree | 4eb27757eb4bf94817b93dbee1f73cffcf3a0627 /host_vars | |
parent | 141a96d2ce17194acb14b48b5a00fc10f2972879 (diff) | |
download | infrastructure-77eef6041db574d65c4dd6f5af1468db7b8fbb36.tar.gz |
Add factorio role.
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/vm0.yml | 7 |
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 |