Switch +meetpad_jvb_xmpp_server to the correct server

Change-Id: Iae3605e5f3ab6be094f044d152f0bec633a61787
This commit is contained in:
Tony Breeds 2024-05-10 14:52:48 -05:00
parent 6d00212618
commit 6ab0c84546
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ iptables_extra_public_udp_ports:
- 10000
iptables_extra_allowed_groups:
- {'protocol': 'tcp', 'port': '9090', 'group': 'meetpad'}
meetpad_jvb_xmpp_server: "{{ hostvars['meetpad01.opendev.org'].ansible_host }}"
meetpad_jvb_xmpp_server: "{{ hostvars['meetpad02.opendev.org'].ansible_host }}"