Introduced image tag variable.
This commit is contained in:
parent
87d2cd58ec
commit
5b052e01e8
6 changed files with 11 additions and 9 deletions
|
|
@ -3,6 +3,9 @@
|
|||
jitsi_install_user: '{{ ansible_user }}' # This user must be present on the host
|
||||
jitsi_install_path: '/home/{{ jitsi_install_user }}'
|
||||
jitsi_multitenant_label:
|
||||
jitsi_docker_image_tag: 'latest'
|
||||
jitsi_build_latest_image_from_source: yes
|
||||
jitsi_docker_upstream_repo_url: https://github.com/jitsi/docker-jitsi-meet.git
|
||||
#jitsi_letsencrypt_email:alice@host.tld
|
||||
jitsi_enable_letsencrypt: no
|
||||
jitsi_exposed_http_port: 8000
|
||||
|
|
@ -14,8 +17,6 @@ jitsi_public_url: http://{{ jitsi_virtual_host }}
|
|||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443
|
||||
jitsi_web_channel_last_n: 3
|
||||
jitsi_build_latest_image_from_source: yes
|
||||
jitsi_docker_upstream_repo_url: https://github.com/jitsi/docker-jitsi-meet.git
|
||||
jitsi_enable_third_party_requests: no
|
||||
# Internal variables
|
||||
jitsi_multitenant_postfix: "{{ '_' + jitsi_multitenant_label if (jitsi_multitenant_label) else '' }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue