From 7fb6e4652cc3b061103a98d71e72027520fd7acd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 24 Mar 2020 19:26:08 +0100 Subject: sk-cloudia: new nextcloud instnace next.skillz.biz --- inventory/host_vars/sk-cloudia/nextcloud.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'inventory') diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml index 4697ff54..9e7f9e3e 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -49,3 +49,14 @@ nextcloud_instances: type: mariadb version: 10.4.10 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" + next.skillz.biz: + # new: true + version: 18.0.2 + port: 8105 + hostnames: + - next.skillz.biz + quota: 100G + database: + type: mariadb + version: 10.5.1 + password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" -- cgit v1.2.3