Consolidated var usage and added install path var.

This commit is contained in:
Joschka Seydell 2020-11-29 03:42:42 -08:00
parent cb047cacbd
commit 525a7336f2
4 changed files with 29 additions and 24 deletions

View file

@ -1,4 +1,8 @@
---
# defaults file for ONLYOFFICE Document Server
docker_user: deploy
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'