From 461f8a25fadd7e86640a4db1b87a0eef7636d443 Mon Sep 17 00:00:00 2001 From: binary Date: Sun, 24 Jan 2021 16:05:58 +0100 Subject: Passthrough for public cloud and https --- host_vars/dc0.yml | 6 +++++- host_vars/st0cld0.yml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'host_vars') 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" + -- cgit v1.2.3