diff options
author | binary <me@rgoncalves.se> | 2021-01-22 11:44:19 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-22 11:44:19 +0100 |
commit | fab9d7e0ceb742a9102e1eb67544689516a07775 (patch) | |
tree | e9fb42675de2d8e627426156eb280b8c7eb0da75 | |
parent | f7c9094ff72da79b70d98c4be15636a2d503a2aa (diff) | |
download | infrastructure-fab9d7e0ceb742a9102e1eb67544689516a07775.tar.gz |
Decomission st0gme0 for now due to stutters.
Stutters are mainly due to jvm on OpenBSD with default settings.
-rw-r--r-- | host_vars/st0gme0.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/host_vars/st0gme0.yml b/host_vars/st0gme0.yml index e1644d4..6db5411 100644 --- a/host_vars/st0gme0.yml +++ b/host_vars/st0gme0.yml @@ -11,12 +11,4 @@ services: proto: "tcp" port: "22" - - name: "minecraft" - proto: "tcp" - port: "25565" - public: true - - name: "minecraft" - proto: "udp" - port: "25565" - public: true |