Skip to content
Snippets Groups Projects
Commit 26a4ba5e authored by shirenn's avatar shirenn 🌊
Browse files

ansible_vault → ansible/: thelounge

parent ed5dd57b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment