summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudia/nextcloud.yml
blob: a39c21dddd81322fa1d068d549e5dde72da12a80 (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
---
nextcloud_zfs:
  pool: storage
  name: nextcloud
  size: 800G

nextcloud_instances:
  wolke.elevate.at:
    version: 15.0.11
    port: 8100
    hostnames:
      - wolke.elevate.at
    quota: 300G
    database:
      type: mariadb
      version: 10.4.8
      password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}"
  insomnia.skillz.biz:
    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'] }}"