aboutsummaryrefslogblamecommitdiffstats
path: root/host_vars/vm0.yml
blob: 781eeda5d1cfb33b3e3d4125898b00ab20864d15 (plain) (tree)



















                     
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.