Added install path and consolidated var usage.

This commit is contained in:
Joschka Seydell 2020-11-29 03:21:22 -08:00
parent 3a644bda7c
commit b8a2ca2af3
3 changed files with 24 additions and 22 deletions

View file

@ -1,6 +1,7 @@
---
# defaults file for jitsi
docker_user: deploy
jitsi_install_user: '{{ ansible_user }}' # This user must be present on the host
jitsi_install_path: '/home/{{ jitsi_install_user }}'
#jitsi_letsencrypt_email:alice@host.tld
jitsi_enable_letsencrypt: no
jitsi_exposed_http_port: 8000