aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/populate_domain.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-06-12 21:02:22 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-06-12 21:02:22 -0400
commit865e2f05621fc10f3d332d3840707997c0b94abf (patch)
treeb5f0c85951175b813996991298501c6afb012824 /playbooks/populate_domain.yml
parent78fd379d33bd6853123c02a76c97ca382aa24be9 (diff)
downloadselfhosted-865e2f05621fc10f3d332d3840707997c0b94abf.tar.gz
selfhosted-865e2f05621fc10f3d332d3840707997c0b94abf.zip
add mastodon role
Diffstat (limited to 'playbooks/populate_domain.yml')
-rw-r--r--playbooks/populate_domain.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/populate_domain.yml b/playbooks/populate_domain.yml
index acb1ec7..c118af9 100644
--- a/playbooks/populate_domain.yml
+++ b/playbooks/populate_domain.yml
@@ -24,6 +24,8 @@
attributes:
mailAlternateAddress: '{{ item.mail_aliases | default([]) }}'
jid: '{{ item.jid | default([]) }}'
+ mastodonUsername: '{{ item.mastodon_id | default([]) }}'
+ matrixUsername: '{{ item.mxid | default([]) }}'
bind_dn: uid={{ ipa_user }},{{ freeipa_user_basedn }}
bind_pw: '{{ ipa_pass }}'
server_uri: ldaps://{{ ipa_host }}