diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-23 08:44:21 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-25 00:04:27 +0200 |
commit | b08dd03e155543fb6e3d4721c3588e79fdef40a0 (patch) | |
tree | f4d4733e58a27586f82d776d8cc8effd25eb4a78 | |
parent | reduce disk size of sk-tomnext-hp (diff) |
increase quota for tomnext nextcloud to 700G
-rw-r--r-- | inventory/host_vars/sk-tomnext-nc.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index 19117003..4394db99 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -15,7 +15,7 @@ install: sdb: type: zfs name: data - size: 600g + size: 800g interfaces: - bridge: br-public name: primary0 @@ -80,7 +80,7 @@ acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}" nextcloud_zfs: pool: storage name: nextcloud - size: 500G + size: 700G nextcloud_instances: team.tomwaitz.eu: @@ -89,7 +89,7 @@ nextcloud_instances: port: 8100 hostnames: - team.tomwaitz.eu - quota: 100G + quota: 700G database: type: mariadb version: 10.5.3 |