Cleanup thelounge playbook
Some checks failed
Test / build (push) Failing after 57s

This commit is contained in:
Mark Janssen 2025-04-27 21:11:17 +02:00
parent 8e2cc7e77a
commit 050205e95c
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
5 changed files with 61 additions and 74 deletions

View file

@ -49,8 +49,8 @@ module.exports = {
url: "{{ thelounge_ldap_url }}",
primaryKey: "uid",
searchDN: {
rootDN: "{{ thelounge_ldap_rootDN }}",
rootPassword: "{{ thelounge_ldap_rootPassword }}",
rootDN: "{{ lookup('passwordstore', 'chat/thelounge/ldap_rootDN subkey=binddn') }}",
rootPassword: "{{ lookup('passwordstore', 'chat/thelounge/ldap_rootDN') }}",
filter: "{{ thelounge_ldap_filter }}",
base: "{{ thelounge_ldap_base }}",
},