summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/sk-cloudia/etherpad.yml6
-rw-r--r--inventory/host_vars/sk-cloudia/nextcloud.yml15
-rw-r--r--inventory/host_vars/sk-tomnext-nc.yml6
3 files changed, 18 insertions, 9 deletions
diff --git a/inventory/host_vars/sk-cloudia/etherpad.yml b/inventory/host_vars/sk-cloudia/etherpad.yml
index 9b6126e1..1d82e4b3 100644
--- a/inventory/host_vars/sk-cloudia/etherpad.yml
+++ b/inventory/host_vars/sk-cloudia/etherpad.yml
@@ -2,7 +2,8 @@
etherpad_lite_zfs:
pool: storage
name: etherpad-lite
- size: 20G
+ properties:
+ compression: lz4
etherpad_lite_instances:
pad.elevate.at:
@@ -10,7 +11,8 @@ etherpad_lite_instances:
port: 8300
hostnames:
- pad.elevate.at
- quota: 5G
+ zfs_properties:
+ quota: 5G
settings:
title: Elevate Etherpad
users:
diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml
index 1131e402..2b564a6e 100644
--- a/inventory/host_vars/sk-cloudia/nextcloud.yml
+++ b/inventory/host_vars/sk-cloudia/nextcloud.yml
@@ -2,7 +2,8 @@
nextcloud_zfs:
pool: storage
name: nextcloud
- size: 800G
+ properties:
+ compression: lz4
nextcloud_instances:
wolke.elevate.at:
@@ -11,7 +12,8 @@ nextcloud_instances:
port: 8100
hostnames:
- wolke.elevate.at
- quota: 300G
+ zfs_properties:
+ quota: 300G
database:
type: mariadb
version: 10.4.13
@@ -22,7 +24,8 @@ nextcloud_instances:
port: 8101
hostnames:
- insomnia.skillz.biz
- quota: 200G
+ zfs_properties:
+ quota: 200G
database:
type: mariadb
version: 10.4.13
@@ -33,7 +36,8 @@ nextcloud_instances:
port: 8102
hostnames:
- nc.skillz.biz
- quota: 200G
+ zfs_properties:
+ quota: 200G
database:
type: mariadb
version: 10.4.13
@@ -44,7 +48,8 @@ nextcloud_instances:
port: 8104
hostnames:
- wae.elevate.at
- quota: 100G
+ zfs_properties:
+ quota: 100G
database:
type: mariadb
version: 10.4.13
diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml
index 766bdcff..9df47214 100644
--- a/inventory/host_vars/sk-tomnext-nc.yml
+++ b/inventory/host_vars/sk-tomnext-nc.yml
@@ -93,7 +93,8 @@ postfix_simple_inet_interfaces:
nextcloud_zfs:
pool: storage
name: nextcloud
- size: 700G
+ properties:
+ compression: lz4
nextcloud_instances:
team.tomwaitz.eu:
@@ -102,7 +103,8 @@ nextcloud_instances:
port: 8100
hostnames:
- team.tomwaitz.eu
- quota: 700G
+ zfs_properties:
+ quota: 700G
database:
type: mariadb
version: 10.5.3