Added install path and consolidated var usage.

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

View file

@ -2,6 +2,8 @@
# defaults file for jitsi
docker_user: deploy
jitsi_image_version: stable-8960-1
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