Kristóf Torma
9500cbc866
Some checks reported errors
continuous-integration/drone/push Build was killed
22 lines
376 B
YAML
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"
|
|
...
|