aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/local-hvisor-01.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/local-hvisor-01.yml')
-rw-r--r--host_vars/local-hvisor-01.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/host_vars/local-hvisor-01.yml b/host_vars/local-hvisor-01.yml
new file mode 100644
index 0000000..49ab6a7
--- /dev/null
+++ b/host_vars/local-hvisor-01.yml
@@ -0,0 +1,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.