aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/dc0.yml
blob: c2b9df6517875bcf1f5e99e31a8951727df83ef3 (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
_groups: openbsd

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: "http"
    proto: "tcp"
    port: "80"

  - name: "https"
    proto: "tcp"
    port: "443"
remember that computers suck.