Files
ansible/roles/mastodon/vars/main.yml
VC 5c0f34846f
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m35s
📦: mastodon v4.3.8
2025-05-06 16:27:12 +02:00

15 lines
509 B
YAML

---
mastodon_version: "4.3.8"
mastodon_nodejs_key_url: "https://deb.nodesource.com/gpgkey/nodesource.gpg.key"
mastodon_nodejs_key_path: "/usr/share/keyrings/nodesource.gpg"
mastodon_yarn_key_url: "https://dl.yarnpkg.com/debian/pubkey.gpg"
mastodon_yarn_key_path: "/usr/share/keyrings/yarnkey.gpg"
mastodon_ruby_version: "3.3.5"
mastodon_home: "/srv/mastodon"
mastodon_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'mastodon') | map(attribute='host') | first }}"