aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/local-hvisor-01.yml
blob: 49ab6a7d9ab859da4055d799a78704bb60f2fa62 (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
---

ansible_host: 192.168.1.128

sshd__listen_port: "{{ ansible_port }}"

nextcloud__listen_port: 8003
nextcloud__domain_name: cloud.rgoncalves.se

__ip:
  external: 192.168.1.128
  internal: 10.10.0.128

__services:
  - name: ssh
    protocol: tcp
    port: "{{ ansible_port }}"

  - name: wireguard
    protocol: udp
    port: 53

  - name: http
    protocol: tcp
    port: 80

  - name: https
    protocol: tcp
    port: 443

  - name: nextcloud
    domain: "{{ nextcloud__domain_name }}"
    protocol: tcp
    port: "{{ nextcloud__listen_port }}"
remember that computers suck.