aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vm0.yml
blob: 781eeda5d1cfb33b3e3d4125898b00ab20864d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ansible_host: vm0
ip:
  in: 10.10.0.60
  out: 192.168.5.60

virtual: true

services:

  - name: "ssh"
    proto: "tcp"
    port: "22"

  - name: "minecraft"
    proto: "tcp"
    port: "25565"

  - name: "minecraft"
    proto: "udp"
    port: "25565"
remember that computers suck.