aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mastodon/defaults/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-06-12 21:38:00 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-06-12 21:38:00 -0400
commitb2cb7336f5ad44561003a2d05b17611b5bf46ca2 (patch)
tree0070425d0d8777a8d51f33ce755eb8bd07e178a6 /roles/mastodon/defaults/main.yml
parent865e2f05621fc10f3d332d3840707997c0b94abf (diff)
downloadselfhosted-b2cb7336f5ad44561003a2d05b17611b5bf46ca2.tar.gz
selfhosted-b2cb7336f5ad44561003a2d05b17611b5bf46ca2.zip
mastodon: add README
Diffstat (limited to 'roles/mastodon/defaults/main.yml')
-rw-r--r--roles/mastodon/defaults/main.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/roles/mastodon/defaults/main.yml b/roles/mastodon/defaults/main.yml
index d9bab79..6220483 100644
--- a/roles/mastodon/defaults/main.yml
+++ b/roles/mastodon/defaults/main.yml
@@ -1,14 +1,15 @@
mastodon_version: 4.1.2
+mastodon_domain: '{{ email_domain }}'
+mastodon_web_domain: '{{ ansible_fqdn }}'
mastodon_access_group: role-mastodon-access
+
mastodon_db_user: s-mastodon
-# mastodon_db_password
mastodon_db_host: '{{ postgresql_host }}'
mastodon_db_name: mastodon
+
mastodon_ldap_host: '{{ freeipa_hosts | first }}'
-mastodon_domain: '{{ email_domain }}'
-mastodon_web_domain: '{{ ansible_fqdn }}'
mastodon_email_from: 'mastodon-noreply@{{ email_domain }}'
mastodon_default_locale: en
@@ -20,4 +21,5 @@ mastodon_web_port: 8008
mastodon_streaming_port: 8009
mastodon_sysaccount_username: mastodon
-#mastodon_sysaccount_password
+
+mastodon_login_cidrs: []