add new services
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-12-30 13:23:29 +01:00
parent ecea6b238b
commit 41da78f5f9
8 changed files with 27 additions and 11 deletions

8
host_vars/jitsi.yaml Normal file
View File

@ -0,0 +1,8 @@
---
ansible_host: jitsi.intra.tormakris.dev
webserver:
- domain: "jitsi.tormakristof.eu"
port: 8080
bigrequests: false
https: true
...

View File

@ -0,0 +1,8 @@
---
ansible_host: librespeed.intra.tormakris.dev
webserver:
- domain: "speedtest.tormakristof.eu"
port: 8080
bigrequests: true
https: false
...

View File

@ -1,3 +0,0 @@
---
ansible_host: sonar.intra.tormakris.dev
...

View File

@ -1,3 +0,0 @@
---
ansible_host: swagger.intra.tormakris.dev
...