aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mastodon/defaults/main.yml
blob: cc879f7ee88e82a8087d330cdcb8f8187d85ce97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
mastodon_version: 4.1.6

mastodon_domain: '{{ email_domain }}'
mastodon_web_domain: '{{ ansible_fqdn }}'
mastodon_access_group: role-mastodon-access

mastodon_db_user: s-mastodon
mastodon_db_host: '{{ postgresql_host }}'
mastodon_db_name: mastodon

mastodon_ldap_host: '{{ freeipa_hosts | first }}'

mastodon_email_from: 'mastodon-noreply@{{ email_domain }}'

mastodon_default_locale: en

mastodon_registrations: close

mastodon_redis_port: 6379
mastodon_web_port: 8008
mastodon_streaming_port: 8009

mastodon_sysaccount_username: mastodon

mastodon_login_cidrs: []

# Leaving anonymous access *disabled* by default until this issue is resolved:
# https://github.com/mastodon/mastodon/issues/22620
mastodon_disallow_unauthenticated_api_access: yes