vm-ansible/host_vars/mastodon.yaml
Kristóf Torma 85e0b9f978
Some checks reported errors
continuous-integration/drone/push Build was killed
prepare for mastodon
2022-11-23 15:17:59 +01:00

13 lines
258 B
YAML

---
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
...