Consolidated var usage and added install path var.
This commit is contained in:
parent
cb047cacbd
commit
525a7336f2
4 changed files with 29 additions and 24 deletions
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue