now we can set up server uri, group and user branches

This commit is contained in:
2026-01-12 16:23:06 +01:00
parent 5f7b68fb44
commit 0f83b66f0e
4 changed files with 19 additions and 16 deletions

View File

@@ -1,9 +1,10 @@
---
- name: "add ldap ou ou={{ org }},{{ ldap_base }}"
community.general.ldap_entry:
dn: "ou={{ org }},{{ ldap_base }}"
bind_dn: "{{ ldap_binddn }}"
bind_pw: "{{ ldap_bindpwd }}"
server_uri: "{{ nlu_ldap_uri }}"
dn: "ou={{ org }},{{ nlu_ldap_base }}"
bind_dn: "{{ nlu_ldap_binddn }}"
bind_pw: "{{ nlu_ldap_bindpw }}"
objectClass:
- organizationalUnit
- top