From 757768ae33883dfacb78f99034d9f00fbfe5a710 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 15 Oct 2019 07:31:35 +0200 Subject: nextcloud: 2 more instances are now converted --- inventory/host_vars/sk-cloudia/nextcloud.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml index 5ded829d..19d49c20 100644 --- a/inventory/host_vars/sk-cloudia/nextcloud.yml +++ b/inventory/host_vars/sk-cloudia/nextcloud.yml @@ -6,7 +6,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: - new: false + # new: true version: 16.0.5 port: 8100 hostnames: @@ -17,14 +17,24 @@ nextcloud_instances: version: 10.4.8 password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: - new: false + # new: true version: 16.0.5 port: 8101 hostnames: -# - insomnia.skillz.biz - - wolke.elev8.at + - insomnia.skillz.biz quota: 200G database: type: mariadb version: 10.4.8 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" + nc.skillz.biz: + # new: true + version: 16.0.5 + port: 8102 + hostnames: + - nc.skillz.biz + quota: 120G + database: + type: mariadb + version: 10.4.8 + password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" -- cgit v1.2.3