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

ip:
  in: 10.10.0.1
  out: 185.203.114.234

services:

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

  - name: "wireguard"
    proto: "udp"
    port: "53"

  - name: "httpd"
    proto: "tcp"
    port: "80"
remember that computers suck.