cca0c34e7b
Also while we're there use 99 as the host index to make it slightly harder to confuse testing with production. Change-Id: I62193418feb9401fc06da39bd100553aef3dc52d
11 lines
568 B
Django/Jinja
11 lines
568 B
Django/Jinja
jitsi_meet_public_url: https://meetpad99.opendev.org
|
|
{#- 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. -#}
|
|
{%- raw %}
|
|
meetpad_jvb_xmpp_server: "{{ hostvars['meetpad99.opendev.org'].public_v4 }}"
|
|
{% endraw -%}
|
|
meetpad_jvb_auth_password: 8c64807830bcc7581821d3157899e3b0
|
|
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
|