aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/dc0.yml
blob: 970778f76586153883ac46c45a5f2d662a95259f (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
26
httpd_use_nfs: false

ansible_port: 71

__is_vm: true

__ip:
  external: 185.203.114.234
  internal: 10.10.0.1

__services:
  - name: ssh
    protocol: tcp
    port: 22

  - name: wireguard
    protocol: udp
    port: 53

  - name: http
    protocol: tcp
    port: 80

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