16 lines
459 B
YAML
16 lines
459 B
YAML
---
|
|
- name: add synrepl entry
|
|
community.general.ldap_attrs:
|
|
dn: "{{ ldap_database }}"
|
|
attributes:
|
|
olcSyncRepl: |
|
|
rid=001
|
|
provider="{{ ldap_replication_provider_uri }}"
|
|
binddn="{{ ldap_replication_account_dn }}"
|
|
bindmethod="simple"
|
|
credentials="{{ ldap_replication_password }}"
|
|
searchbase="{{ ldap_suffix }}"
|
|
type=refreshAndPersist
|
|
retry="10 +"
|
|
olcUpdateRef: "{{ ldap_provider_uri }}"
|