vm-ansible/host_vars/matrix.yaml

13 lines
242 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-05-28 21:21:13 +02:00
bigrequests: false
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-05-28 21:21:13 +02:00
bigrequests: false
2022-05-28 23:24:23 +02:00
https: false
2022-05-22 19:11:36 +02:00
...