From b523cf86c8cbedb43cf625a1a847ca828afd5fba Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 13 Oct 2019 17:29:11 +0200 Subject: nextcloud basic installation is finally working properly --- inventory/host_vars/sk-cloudia/vars.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'inventory/host_vars/sk-cloudia/vars.yml') diff --git a/inventory/host_vars/sk-cloudia/vars.yml b/inventory/host_vars/sk-cloudia/vars.yml index cb5b47a8..f239ad4a 100644 --- a/inventory/host_vars/sk-cloudia/vars.yml +++ b/inventory/host_vars/sk-cloudia/vars.yml @@ -36,22 +36,3 @@ kubernetes_standalone_cni_variant: with-localonly-portmap acmetool_directory_server: "{{ acmetool_directory_server_le_live }}" - - -### TODO: should this be done via the nextcloud role? -nginx_vhosts: - wolke.elevate.at: - template: generic-proxy-no-buffering-with-acme - client_max_body_size: 0 - acme: true - hostnames: - - wolke.elev8.at - # - wolke.elevate.at - proxy_pass: "http://127.0.0.1:8100" - # insomnia.skillz.biz: - # template: generic-proxy-no-buffering-with-acme - # client_max_body_size: 0 - # acme: true - # hostnames: - # - insomnia.skillz.biz - # proxy_pass: "http://127.0.0.1:8101" -- cgit v1.2.3