forked from bitlair/ansible
Cleanup thelounge playbook
This commit is contained in:
parent
8e2cc7e77a
commit
050205e95c
5 changed files with 61 additions and 74 deletions
|
@ -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 }}",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue