8 lines
No EOL
335 B
YAML
8 lines
No EOL
335 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_virtual_host: localhost
|
|
onlyoffice_jwt_enabled: false
|
|
onlyoffice_jwt_secret: 'secret'
|
|
onlyoffice_jwt_header: 'Authorization' |