Files
wtf/roles/mastodon/vars/main.yml
2026-02-03 10:57:37 +02:00

20 lines
391 B
YAML

#SPDX-License-Identifier: MIT-0
---
# vars file for mastodon
mastodon_networks:
mastodon_internal:
name: mastodon_internal
driver: bridge
disable_dns: false
mastodon_external:
name: mastodon_external
driver: bridge
disable_dns: false
mastodon_local_dirs:
- "~/mastodon/postgresql"
- "~/mastodon/redis"
- "~/mastodon/elasticsearch"
- "~/mastodon/system"