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-tomnext-nc.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'inventory/host_vars/sk-tomnext-nc.yml') 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