ansible-roles/webapps/jitsimeet/templates/videobridge/jvb.conf.j2
Mathieu Gauthier-Pilote a871910daa
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2789|9|2780|2|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/jitsimeet/5//ansiblelint">Evolix » ansible-roles » jitsimeet #5</a>
gitea/ansible-roles/pipeline/head This commit looks good
debconf, templates, etc
2023-05-18 15:51:49 -04:00

13 lines
202 B
Django/Jinja

videobridge {
http-servers {
public {
port = 9090
}
}
websockets {
enabled = true
domain = "{{ domains | first }}:443"
tls = true
}
}