summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/onlyoffice.yml
blob: 0cdfe4551d392f668c6f4b6729ed173a7bf6965d (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.2.1.24
    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.8.14
      password: "{{ vault_onlyoffice_amqp_passwords['office.elev8.at'] }}"