meme
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Kristóf Torma
2024-04-28 23:32:23 +02:00
parent c269796d99
commit a56802c8bb
6 changed files with 15 additions and 15 deletions

8
host_vars/cloudlog.yaml Normal file
View File

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

View File

@ -1,12 +0,0 @@
---
ansible_host: mastodon.intra.tormakris.dev
webserver:
- domain: "mastodon.tormakristof.eu"
port: 3000
bigrequests: true
https: false
additionallocations:
- location: "/api/v1/streaming"
https: false
port: 4000
...