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

This commit is contained in:
2022-11-23 10:37:01 +01:00
parent a72e23456e
commit 21f0843995
2 changed files with 11 additions and 0 deletions

8
host_vars/mastodon.yaml Normal file
View File

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