vm-ansible/host_vars/matrix.yaml

17 lines
304 B
YAML
Raw Normal View History

2022-05-22 19:11:36 +02:00
---
ansible_host: matrix.intra.tormakris.dev
2022-05-22 20:53:36 +02:00
webserver:
2022-05-28 23:24:23 +02:00
- domain: "matrix.tormakristof.eu"
2022-05-22 20:53:36 +02:00
port: 8080
2022-11-23 15:17:59 +01:00
bigrequests: true
2022-05-28 23:24:23 +02:00
https: false
2022-05-22 20:53:36 +02:00
- domain: "chat.tormakristof.eu"
port: 8181
2022-11-23 15:17:59 +01:00
bigrequests: true
2022-05-28 23:24:23 +02:00
https: false
2022-11-23 15:17:59 +01:00
firewall:
- port: "9000"
proto: tcp
interface: "eth0"
2022-05-22 19:11:36 +02:00
...