summaryrefslogtreecommitdiff
path: root/roles/elevate/liquidtruth
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-13 17:29:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-13 17:29:11 +0200
commitb523cf86c8cbedb43cf625a1a847ca828afd5fba (patch)
treefd48b4d7792ca75c31d197414ba8463e57cade1e /roles/elevate/liquidtruth
parentnextcloud: fix systemd timer shuffling (diff)
nextcloud basic installation is finally working properly
Diffstat (limited to 'roles/elevate/liquidtruth')
-rw-r--r--roles/elevate/liquidtruth/tasks/main.yml16
1 files changed, 8 insertions, 8 deletions
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: