summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/onlyoffice.yml
blob: ce6a128b26f6da5f4a02046ea2d8fe138818b80a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
onlyoffice_zfs:
  pool: storage
  name: onlyoffice
  properties:
    compression: lz4
    quota: 5G

onlyoffice_instances:
  office.elev8.at:
    version: 6.4.2.6
    port: 8600
    hostname: office.elev8.at
    jwt_secret: "{{ vault_onlyoffice_jwt_secrets['office.elev8.at'] }}"
    database:
      version: 9.5.25
      password: "{{ vault_onlyoffice_database_passwords['office.elev8.at'] }}"
    amqp:
      version: 3.9.11
      password: "{{ vault_onlyoffice_amqp_passwords['office.elev8.at'] }}"