remove wip tags
This commit is contained in:
@@ -46,7 +46,6 @@
|
|||||||
attributes:
|
attributes:
|
||||||
olcSuffix: "{{ ldap_suffix }}"
|
olcSuffix: "{{ ldap_suffix }}"
|
||||||
state: exact
|
state: exact
|
||||||
tags: wip
|
|
||||||
|
|
||||||
- name: configure main database - admin
|
- name: configure main database - admin
|
||||||
community.general.ldap_attrs:
|
community.general.ldap_attrs:
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
olcRootDN: "{{ ldap_admin_dn }}"
|
olcRootDN: "{{ ldap_admin_dn }}"
|
||||||
olcRootPW: "{{ ldap_admin_password }}"
|
olcRootPW: "{{ ldap_admin_password }}"
|
||||||
state: exact
|
state: exact
|
||||||
tags: wip
|
|
||||||
|
|
||||||
- name: configure main database - acl
|
- name: configure main database - acl
|
||||||
community.general.ldap_attrs:
|
community.general.ldap_attrs:
|
||||||
@@ -74,7 +72,6 @@
|
|||||||
by * none
|
by * none
|
||||||
state: exact
|
state: exact
|
||||||
ordered: true
|
ordered: true
|
||||||
tags: wip
|
|
||||||
|
|
||||||
- name: reconfigure slapd - access to cn=config
|
- name: reconfigure slapd - access to cn=config
|
||||||
ldap_attrs:
|
ldap_attrs:
|
||||||
|
|||||||
Reference in New Issue
Block a user