--- - 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 }}"