ansible_vault → ansible/: thelounge
parent
ed5dd57b2f
commit
26a4ba5e72
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue