aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mastodon/defaults/main.yml
blob: 057eb50368ba1f402a3a2c4671500fc8838e40b4 (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
mastodon_version: 4.1.4

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: []