vm-ansible/host_vars/matrix.yaml

11 lines
187 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:
- domain: "_"
port: 8080
2022-05-28 21:21:13 +02:00
bigrequests: false
2022-05-22 20:53:36 +02:00
- domain: "chat.tormakristof.eu"
port: 8181
2022-05-28 21:21:13 +02:00
bigrequests: false
2022-05-22 19:11:36 +02:00
...