This website requires JavaScript.
Explore
Help
Sign In
debfranca
/
ansible-roles
forked from
ISTI-ansible-roles/ansible-roles
Watch
1
Star
0
Fork
You've already forked ansible-roles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f005f5b224
ansible-roles
/
openldap-server
/
templates
/
ldap_logs_cleaner.sh.j2
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
library/roles/openldap-server: add script and an optional cron job to remove the old transaction logs. Ansible 2 fixes.
2016-03-10 16:53:35 +01:00
#!/bin/bash
db_archive verbose log
2016-03-14 14:48:56 +01:00
db_archive -v -d -h {{ openldap_db_dir }} > /var/log/ldap_cleaner 2>&1
library/roles/openldap-server: add script and an optional cron job to remove the old transaction logs. Ansible 2 fixes.
2016-03-10 16:53:35 +01:00
exit 0