summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-cloudio/onlyoffice.yml
blob: 11f82abe8f624cc16b86ebb0454515a1d1189b1d (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: 8.1.0.1
    port: 8600
    hostname: office.elev8.at
    jwt_secret: "{{ vault_onlyoffice_jwt_secrets['office.elev8.at'] }}"
    database:
      version: 12.19
      password: "{{ vault_onlyoffice_database_passwords['office.elev8.at'] }}"
    amqp:
      version: 3.13.4
      password: "{{ vault_onlyoffice_amqp_passwords['office.elev8.at'] }}"