2024-09-29 18:04:34 +05:00
|
|
|
---
|
|
|
|
- hosts: webservers
|
|
|
|
roles:
|
|
|
|
- role: mastodon
|
2024-12-11 20:54:14 +05:00
|
|
|
local_domain: m.comfycamp.space
|
|
|
|
alternate_domains: mcomfyzeyibt2unmkttoxa2li2dzpsljcp3sasrioqsks4ayrl5kk2ad.onion
|
|
|
|
vapid_public_key: BKSOPo1yo71g9_u9P2bxvIMI5GekLdmz0ozoBxvVE0ERSlYYTwd2_mOOpJZoZLr312M81hQCfLfvT8zVQRUEuqU=
|
2024-10-14 21:10:11 +05:00
|
|
|
vapid_private_key: "{{ mastodon.vapid_private_key }}"
|
2024-10-14 21:29:32 +05:00
|
|
|
db_pass: "{{ postgresql_users.mastodon }}"
|
2024-10-14 21:10:11 +05:00
|
|
|
otp_secret: "{{ mastodon.otp_secret }}"
|
|
|
|
secret_key_base: "{{ mastodon.secret_key_base }}"
|
2024-12-11 20:54:14 +05:00
|
|
|
smtp_server: comfycamp.space
|
|
|
|
smtp_login: mastodon@comfycamp.space
|
|
|
|
smtp_from_address: mastodon@comfycamp.space
|
2024-10-14 20:25:40 +05:00
|
|
|
smtp_password: "{{ mail_users['mastodon@comfycamp.space'] }}"
|
2024-10-14 21:10:11 +05:00
|
|
|
active_record_encryption_deterministic_key: "{{ mastodon.active_record_encryption_deterministic_key }}"
|
|
|
|
active_record_encryption_key_derivation_salt: "{{ mastodon.active_record_encryption_key_derivation_salt }}"
|
|
|
|
active_record_encryption_primary_key: "{{ mastodon.active_record_encryption_primary_key }}"
|
2024-12-11 20:54:14 +05:00
|
|
|
ldap_enabled: true
|
|
|
|
ldap_host: comfycamp.space
|
|
|
|
ldap_base: DC=ldap,DC=goauthentik,DC=io
|
|
|
|
ldap_bind_dn: cn=ldapservice,ou=users,dc=ldap,dc=goauthentik,dc=io
|
2024-10-20 15:03:25 +05:00
|
|
|
ldap_password: "{{ ldap_password }}"
|