aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/st0gme0.yml
blob: 4f25d74421c3080b75995aaa9e0216ddd0165efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
_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

  - name: "factorio"
    proto: "udp"
    port: "34197"
    public: true

remember that computers suck.