From 3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 11 Mar 2021 15:45:27 +0100 Subject: st0gme0 becomes the main gaming server. --- host_vars/st0gme0.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'host_vars/st0gme0.yml') diff --git a/host_vars/st0gme0.yml b/host_vars/st0gme0.yml index 1bdd70d..a1ec7da 100644 --- a/host_vars/st0gme0.yml +++ b/host_vars/st0gme0.yml @@ -1,4 +1,4 @@ -_groups: openbsd +_groups: alpine ip: in: 10.10.0.62 out: 192.168.5.62 @@ -11,4 +11,12 @@ services: proto: "tcp" port: "22" + - name: "minecraft" + proto: "tcp" + port: "25565" + public: true + - name: "minecraft" + proto: "udp" + port: "25565" + public: true -- cgit v1.2.3