5f0e06963a
Change-Id: Ibcc11bd4fb120a046b428fe3c6eb9ba8505495d0
17 lines
522 B
YAML
17 lines
522 B
YAML
iptables_extra_public_tcp_ports:
|
|
- 80
|
|
- 443
|
|
- 4443
|
|
iptables_extra_public_udp_ports:
|
|
- 10000
|
|
iptables_extra_allowed_groups:
|
|
- {'protocol': 'tcp', 'port': '5222', 'group': 'jvb'}
|
|
- {'protocol': 'tcp', 'port': '9090', 'group': 'meetpad'}
|
|
letsencrypt_certs:
|
|
# NOTE: Order is important! LE/driver.sh will write the file to the
|
|
# first entry in this list. The jitsi_meet handler wants that to be the
|
|
# inventotu_hostname
|
|
meetpad-opendev-org-main:
|
|
- '{{ inventory_hostname }}'
|
|
- meetpad.opendev.org
|