setup backup script

This commit is contained in:
2021-03-20 23:20:22 +01:00
parent 1f9af114de
commit 9568139378
3 changed files with 33 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ ldap_ssl_key_path: "{{ ldap_ssl_dir }}/key.pem"
ldap_ssl_cacert_path: "{{ ldap_ssl_dir }}/cert.pem"
ldap_admin_dn: "cn=manager,{{ldap_suffix}}"
ldap_admin_password: "CHANGEME"
ldap_backup_dir: /srv/backups/ldap
ldap_auth:
bind_dn: "{{ ldap_admin_dn }}"
bind_pw: "{{ ldap_admin_password }}"