aboutsummaryrefslogblamecommitdiffstats
path: root/host_vars/local-hvisor-01.yml
blob: 6fd97973492a9dc66f3ac7e990f0d40ece2d2ed4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                           
                      





















                                          
---

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.21

__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.