ansible_vault → ansible/: thelounge
parent
ed5dd57b2f
commit
26a4ba5e72
|
@ -19,8 +19,8 @@ glob_thelounge:
|
||||||
ldap:
|
ldap:
|
||||||
url: "ldap://172.16.10.157"
|
url: "ldap://172.16.10.157"
|
||||||
primaryKey: "cn"
|
primaryKey: "cn"
|
||||||
rootDN: "cn=thelounge,ou=service-users,dc=crans,dc=org"
|
rootDN: "{{ vault.thelounge.ldap.rootDN }}"
|
||||||
rootPassword: "{{ vault.ldap_thelounge }}"
|
rootPassword: "{{ vault.thelounge.ldap.rootPassword }}"
|
||||||
filter: "(objectclass=inetOrgPerson)"
|
filter: "(objectclass=inetOrgPerson)"
|
||||||
base: "dc=crans,dc=org"
|
base: "dc=crans,dc=org"
|
||||||
scope: "sub"
|
scope: "sub"
|
||||||
|
|
Loading…
Reference in New Issue