vm-ansible/host_vars/jitsi.yaml
Kristóf Torma 9500cbc866
Some checks reported errors
continuous-integration/drone/push Build was killed
adjust jitsi stuff
2022-12-30 16:41:22 +01:00

22 lines
376 B
YAML

---
ansible_host: jitsi.intra.tormakris.dev
webserver:
- domain: "jitsi.tormakristof.eu"
port: 8080
bigrequests: false
https: true
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "https"
proto: tcp
interface: "eth0"
- port: "4443"
proto: tcp
interface: "eth0"
- port: "10000"
proto: tcp
interface: "eth0"
...