Init openldap data
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
root_pw: "{{ lookup('bitwarden.secrets.lookup', '64a96d82-179b-41af-898d-b3dc014f44a0') }}"
|
||||
|
||||
ldap_manager_pw_hash: "{{ lookup('bitwarden.secrets.lookup', '32654697-7172-4fe3-9767-b3dc015ddd34') }}"
|
||||
|
||||
letsencrypt_email: "me@jthan.io"
|
||||
linode_dns_token: "{{ lookup('bitwarden.secrets.lookup', '8849d676-e53e-4aef-a7e6-b3dc014dd698') }}"
|
||||
|
||||
ldap_domain: ldap.home.jthan.io
|
||||
ldap_basedn: dc=ldap,dc=home,dc=jthan,dc=io
|
||||
ldap_manager_pw_hash: "{{ lookup('bitwarden.secrets.lookup', '32654697-7172-4fe3-9767-b3dc015ddd34') }}"
|
||||
ldap_uri: ldap://ldap.home.jthan.io
|
||||
|
||||
ldap_admin_dn: cn=Manager,{{ ldap_basedn }}
|
||||
ldap_admin_pw: "{{ lookup('bitwarden.secrets.lookup', '04e7d5d8-f97a-4fbc-9ecf-b3dc015dfbd2') }}"
|
||||
|
||||
ldap_users:
|
||||
- uid: jonathan
|
||||
|
||||
Reference in New Issue
Block a user