vm-ansible/host_vars/matrix.yaml
Torma Kristóf 1a886ad9d4
All checks were successful
continuous-integration/drone/push Build is passing
allow http to continainer backend
2022-05-28 23:24:23 +02:00

13 lines
242 B
YAML

---
ansible_host: matrix.intra.tormakris.dev
webserver:
- domain: "matrix.tormakristof.eu"
port: 8080
bigrequests: false
https: false
- domain: "chat.tormakristof.eu"
port: 8181
bigrequests: false
https: false
...