Consolidated variable names and introduced install path.

This commit is contained in:
Joschka Seydell 2020-11-26 12:54:39 -08:00
parent af01d986d1
commit 7b8fc988ab
3 changed files with 22 additions and 20 deletions

View file

@ -1,6 +1,7 @@
---
# defaults file for Collabora Online
docker_user: deploy
collabora_install_user: '{{ ansible_user }}' # This user must be present on the host
collabora_install_path: '/home/{{ collabora_install_user }}'
collabora_exposed_port: 9980
collabora_virtual_host: localhost
collabora_public_url: http://{{ collabora_virtual_host }}