summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/nextcloud.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-02 02:00:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-02 02:00:28 +0200
commite830c6b7dff302fde9c760721d0ad2878f4e4a06 (patch)
tree70936ad32cb930e23c5ce359e91a9c105c3b7af6 /inventory/host_vars/sk-cloudio/nextcloud.yml
parentcosmetic change (diff)
add host sk-cludio (replacement for sk-claudia)
Diffstat (limited to 'inventory/host_vars/sk-cloudio/nextcloud.yml')
-rw-r--r--inventory/host_vars/sk-cloudio/nextcloud.yml56
1 files changed, 56 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml
new file mode 100644
index 00000000..2bb6eab5
--- /dev/null
+++ b/inventory/host_vars/sk-cloudio/nextcloud.yml
@@ -0,0 +1,56 @@
+---
+nextcloud_zfs:
+ pool: storage
+ name: nextcloud
+ properties:
+ compression: lz4
+
+nextcloud_instances:
+ wolke.elevate.at:
+ # new: true
+ version: 18.0.6
+ port: 8100
+ hostnames:
+ - wolke.elevate.at
+ zfs_properties:
+ quota: 300G
+ database:
+ type: mariadb
+ version: 10.4.13
+ password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}"
+ insomnia.skillz.biz:
+ # new: true
+ version: 18.0.6
+ port: 8101
+ hostnames:
+ - insomnia.skillz.biz
+ zfs_properties:
+ quota: 200G
+ database:
+ type: mariadb
+ version: 10.4.13
+ password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}"
+ nc.skillz.biz:
+ # new: true
+ version: 18.0.6
+ port: 8102
+ hostnames:
+ - nc.skillz.biz
+ zfs_properties:
+ quota: 200G
+ database:
+ type: mariadb
+ version: 10.4.13
+ password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}"
+ wae.elevate.at:
+ # new: true
+ version: 18.0.6
+ port: 8104
+ hostnames:
+ - wae.elevate.at
+ zfs_properties:
+ quota: 100G
+ database:
+ type: mariadb
+ version: 10.4.13
+ password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}"