blob: dce6e4feee7bd11cb52d3ef9c6d7a4d2aa41c4dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
nextcloud_zfs:
pool: storage
name: nextcloud
size: 800G
nextcloud_instances:
wolke.elevate.at:
new: yes
version: 15.0.11
port: 8100
hostnames:
- wolke.elev8.at
# - wolke.elevate.at
quota: 300G
database:
type: mariadb
version: 10.4.8
password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}"
# insomnia.skillz.biz:
# new: yes
# version: 16.0.5
# port: 8101
# hostnames:
# - insomnia.skillz.biz
# quota: 200G
# database:
# type: mariadb
# version: 10.4.8
# password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}"
|