vm-ansible/host_vars/matrix.yaml
Kristóf Torma 85e0b9f978
Some checks reported errors
continuous-integration/drone/push Build was killed
prepare for mastodon
2022-11-23 15:17:59 +01:00

17 lines
304 B
YAML

---
ansible_host: matrix.intra.tormakris.dev
webserver:
- domain: "matrix.tormakristof.eu"
port: 8080
bigrequests: true
https: false
- domain: "chat.tormakristof.eu"
port: 8181
bigrequests: true
https: false
firewall:
- port: "9000"
proto: tcp
interface: "eth0"
...