diff options
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 |