blob: 026d11ba5d9bc2bbbe617c3e09b0cfff265bc252 (
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: 7.5.1.1
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.11.28
password: "{{ vault_onlyoffice_amqp_passwords['office.elev8.at'] }}"
|