ansible_vault → ansible/: thelounge

linter
_shirenn 2022-05-24 17:28:20 +02:00
parent ed5dd57b2f
commit 26a4ba5e72
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ glob_thelounge:
ldap:
url: "ldap://172.16.10.157"
primaryKey: "cn"
rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org"
rootPassword: "{{ vault.ldap_thelounge }}"
rootDN: "{{ vault.thelounge.ldap.rootDN }}"
rootPassword: "{{ vault.thelounge.ldap.rootPassword }}"
filter: "(objectclass=inetOrgPerson)"
base: "dc=crans,dc=org"
scope: "sub"