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

This commit is contained in:
Torma Kristóf 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
...

View File

@ -15,6 +15,7 @@ all:
postgres: postgres:
monitoring: monitoring:
ytmirror: ytmirror:
mastodon:
mckay: mckay:
hosts: hosts:
guacamole: guacamole:
@ -31,6 +32,7 @@ all:
nextcloud: nextcloud:
monitoring: monitoring:
ytmirror: ytmirror:
mastodon:
nightlydocker: nightlydocker:
hosts: hosts:
matrix: matrix:
@ -40,4 +42,5 @@ all:
nextcloud: nextcloud:
monitoring: monitoring:
ytmirror: ytmirror:
mastodon:
... ...