aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/dcontroller.yml
blob: 8f537c0580c5ea16e222c854f57660cca92fbea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ansible_host: dcontroller
virtual: true

ip:
  in: 10.10.0.1
  out: 192.168.5.1

services:

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

  - name: "wireguard"
    proto: "udp"
    port: "53"
remember that computers suck.