summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudia/nextcloud.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/sk-cloudia/nextcloud.yml')
-rw-r--r--inventory/host_vars/sk-cloudia/nextcloud.yml56
1 files changed, 0 insertions, 56 deletions
diff --git a/inventory/host_vars/sk-cloudia/nextcloud.yml b/inventory/host_vars/sk-cloudia/nextcloud.yml
deleted file mode 100644
index 2bb6eab5..00000000
--- a/inventory/host_vars/sk-cloudia/nextcloud.yml
+++ /dev/null
@@ -1,56 +0,0 @@
----
-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'] }}"