blob: 80c7ef57373bcbd371eeacd9ba983647a94230b2 (
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
27
28
29
30
31
32
33
34
35
|
---
ansible_port: 71
httpd_use_nfs: false
git_dir: /var/www/data/git
sshd_listen_port: "{{ ansible_port }}"
__is_vm: true
__ip:
external: 185.203.114.234
internal: 10.10.0.1
__services:
ssh:
protocol: tcp
port: 22
wireguard:
protocol: udp
port: 53
http:
protocol: tcp
port: 80
https:
protocol: tcp
port: 443
cgit:
domain: git
protocol: tcp
port: 1235
|