aboutsummaryrefslogblamecommitdiffstats
path: root/host_vars/local-hvisor-01.yml
blob: 49ab6a7d9ab859da4055d799a78704bb60f2fa62 (plain) (tree)

































                                           
---

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.