vm-ansible/host_vars/jitsi.yaml

22 lines
376 B
YAML
Raw Normal View History

2022-12-30 13:23:29 +01:00
---
ansible_host: jitsi.intra.tormakris.dev
webserver:
- domain: "jitsi.tormakristof.eu"
port: 8080
bigrequests: false
https: true
2022-12-30 16:41:22 +01:00
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"
2022-12-30 13:23:29 +01:00
...