role slapd: ajout

This commit is contained in:
2019-07-03 16:53:55 +02:00
commit 1157035e24
11 changed files with 200 additions and 0 deletions

6
defaults/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# defaults file for /etc/ansible/roles/slapd
ldap_domain: example
ldap_domain_ext: fr
ldap_suffix: "{{ ldap_domain }},{{ ldap_domain_ext }}"
ldap_root_dn: cn=root,{{ ldap_suffix }}