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