From 6bfcb1f1ecc7b81c99b7775d6c8e069e2097484c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 18 Nov 2020 23:30:48 +0100 Subject: apps/nextcloud: improve initial config and fix some minor issues --- inventory/host_vars/sk-cloudio/nextcloud.yml | 8 +++---- inventory/host_vars/sk-tomnext-nc.yml | 34 ++++++++++++++-------------- 2 files changed, 21 insertions(+), 21 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index fdd042af..94a81d74 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,7 +8,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 19.0.3 + version: 19.0.4 port: 8100 hostnames: - wolke.elevate.at @@ -20,7 +20,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" insomnia.skillz.biz: # new: true - version: 19.0.3 + version: 19.0.4 port: 8101 hostnames: - insomnia.skillz.biz @@ -32,7 +32,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 19.0.3 + version: 19.0.4 port: 8102 hostnames: - nc.skillz.biz @@ -44,7 +44,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 19.0.3 + version: 19.0.4 port: 8104 hostnames: - wae.elevate.at diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index fa8cb0d3..0fd2390c 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -17,23 +17,23 @@ install: size: 800g properties: compression: off - system_lvm: - - name: root - size: 3G - filesystem: ext4 - mountpoint: / - - name: var - size: 1280M - filesystem: ext4 - mountpoint: /var - - name: var+log - size: 768M - filesystem: ext4 - mountpoint: /var/log - mount_options: - - noatime - - nodev - - noexec + system_lvm: + - name: root + size: 3G + filesystem: ext4 + mountpoint: / + - name: var + size: 1280M + filesystem: ext4 + mountpoint: /var + - name: var+log + size: 768M + filesystem: ext4 + mountpoint: /var/log + mount_options: + - noatime + - nodev + - noexec interfaces: - bridge: br-public name: primary0 -- cgit v1.2.3