diff options
author | binary <me@rgoncalves.se> | 2021-03-11 15:45:27 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-11 15:45:32 +0100 |
commit | 3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d (patch) | |
tree | 0584fa5d827a38777553bfb22d95606cf9f08ab0 /host_vars/st0gme1.yml | |
parent | cb3c7b1d4246c5b11d4a058ac220bc6932d675fd (diff) | |
download | infrastructure-3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d.tar.gz |
st0gme0 becomes the main gaming server.
Diffstat (limited to 'host_vars/st0gme1.yml')
-rw-r--r-- | host_vars/st0gme1.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/host_vars/st0gme1.yml b/host_vars/st0gme1.yml deleted file mode 100644 index ad68490..0000000 --- a/host_vars/st0gme1.yml +++ /dev/null @@ -1,22 +0,0 @@ -_groups: alpine -ip: - in: 10.10.0.63 - out: 192.168.5.63 - -virtual: true - -services: - - - name: "ssh" - proto: "tcp" - port: "22" - - - name: "minecraft" - proto: "tcp" - port: "25565" - public: true - - - name: "minecraft" - proto: "udp" - port: "25565" - public: true |