11 lines
505 B
YAML
11 lines
505 B
YAML
---
|
|
# defaults file for ONLYOFFICE Document Server
|
|
onlyoffice_install_user: '{{ ansible_user }}' # This user must be present on the host
|
|
onlyoffice_install_path: '/home/{{ onlyoffice_install_user }}'
|
|
onlyoffice_multitenant_label:
|
|
onlyoffice_virtual_host: localhost
|
|
onlyoffice_jwt_enabled: false
|
|
onlyoffice_jwt_secret: 'secret'
|
|
onlyoffice_jwt_header: 'Authorization'
|
|
# Internal variables
|
|
onlyoffice_multitenant_postfix: "{{ '_' + onlyoffice_multitenant_label if (onlyoffice_multitenant_label) else '' }}"
|