diff options
author | binary <me@rgoncalves.se> | 2021-01-24 16:05:58 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-24 16:05:58 +0100 |
commit | 461f8a25fadd7e86640a4db1b87a0eef7636d443 (patch) | |
tree | 6f47b4e09c59923755d3f1aa1856ad85386c1fa5 /host_vars | |
parent | af8c13b44bf3cc3722c772342bc1f69c3fdeffcc (diff) | |
download | infrastructure-461f8a25fadd7e86640a4db1b87a0eef7636d443.tar.gz |
Passthrough for public cloud and https
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/dc0.yml | 6 | ||||
-rw-r--r-- | host_vars/st0cld0.yml | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/host_vars/dc0.yml b/host_vars/dc0.yml index a54d009..3ef714b 100644 --- a/host_vars/dc0.yml +++ b/host_vars/dc0.yml @@ -15,6 +15,10 @@ services: proto: "udp" port: "53" - - name: "httpd" + - name: "http" proto: "tcp" port: "80" + + - name: "https" + proto: "tcp" + port: "443" diff --git a/host_vars/st0cld0.yml b/host_vars/st0cld0.yml index c668e4d..40abf08 100644 --- a/host_vars/st0cld0.yml +++ b/host_vars/st0cld0.yml @@ -14,3 +14,9 @@ services: - name: "grafana" proto: "tcp" port: "3000" + + - name: "nextcloud" + proto: "tcp" + port: "8080" + domain: "cloud" + |