Removed not used jitsi_container_ip; use virtual host as part of the public URL by default
This commit is contained in:
parent
554b87ec41
commit
aacd838f56
2 changed files with 3 additions and 7 deletions
|
@ -5,6 +5,6 @@ docker_user: deploy
|
|||
jitsi_enable_letsencrypt: False
|
||||
jitsi_exposed_http_port: 8000
|
||||
jitsi_exposed_https_port: 8443
|
||||
jitsi_public_url: http://localhost
|
||||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_virtual_host: localhost
|
||||
jitsi_virtual_host: localhost
|
||||
jitsi_public_url: http://{{ jitsi_virtual_host }}
|
||||
jitsi_timezone: Europe/Amsterdam
|
|
@ -52,10 +52,6 @@
|
|||
that:
|
||||
- "output.ansible_facts['web']['jitsi_web_1'].state.running"
|
||||
|
||||
- name: Get container IP
|
||||
set_fact:
|
||||
jitsi_container_ip: "{{ output.ansible_facts['web']['jitsi_web_1']['networks']['jitsi_meet.jitsi'].IPAddress }}"
|
||||
|
||||
- name: "Waiting for Jitsi container to become available"
|
||||
become: false
|
||||
wait_for:
|
||||
|
|
Loading…
Add table
Reference in a new issue