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 --- roles/elevate/liquidtruth/tasks/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'roles/elevate/liquidtruth') diff --git a/roles/elevate/liquidtruth/tasks/main.yml b/roles/elevate/liquidtruth/tasks/main.yml index d791c33f..4cb50dc9 100644 --- a/roles/elevate/liquidtruth/tasks/main.yml +++ b/roles/elevate/liquidtruth/tasks/main.yml @@ -23,16 +23,16 @@ - name: install and configure nodejs import_tasks: nodejs.yml -- name: install and configure nginx +- name: configure nginx vhost import_role: - name: nginx + name: nginx/vhost vars: - nginx_vhosts: - liquidtruth: - template: generic-proxy-no-buffering-with-acme - acme: true - hostnames: "{{ liquidtruth_hostnames }}" - proxy_pass: "http://127.0.0.1:8080" + nginx_vhost: + name: liquidtruth + template: generic-proxy-no-buffering-with-acme + acme: true + hostnames: "{{ liquidtruth_hostnames }}" + proxy_pass: "http://127.0.0.1:8080" - name: create app user user: -- cgit v1.2.3