Fixups: for jitsi-meet
When updating jitsi-meet to jammy we switched to using {meetpad,jvb}99 as the hostnames but were setting host-vars for {meetpad,jvb}01. Fix that Also a pointless and harmless ')' was left in a comment so clean that up. Change-Id: Iad3079d9295559fd286bb41361f4de26efc14091
This commit is contained in:
parent
560bbe9b54
commit
716eff81f1
@ -1,5 +1,5 @@
|
||||
jitsi_meet_public_url: https://meetpad99.opendev.org
|
||||
{#- NOTE): Here we're setting the IP address for the XMPP endpoint. In
|
||||
{#- NOTE: Here we're setting the IP address for the XMPP endpoint. In
|
||||
testing we need to use the correct *testing* host. We also select the
|
||||
.public_v4 value rather than .ansible_host (from-the prod vars) as this
|
||||
matches the way we configure iptables on the meetpad server. -#}
|
||||
|
@ -823,10 +823,10 @@
|
||||
- playbooks/letsencrypt.yaml
|
||||
- playbooks/service-meetpad.yaml
|
||||
host-vars:
|
||||
meetpad01.opendev.org:
|
||||
meetpad99.opendev.org:
|
||||
host_copy_output:
|
||||
'/var/jitsi-meet': logs
|
||||
jvb01.opendev.org:
|
||||
jvb99.opendev.org:
|
||||
host_copy_output:
|
||||
'/var/jitsi-meet': logs
|
||||
files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user