Add cleanup cronjob to koschei

This commit is contained in:
Michael Simacek 2015-05-12 15:43:58 +02:00
parent 7ef2204cf4
commit ee649ba38c
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
0 4 * * * root koschei-admin cleanup --older-than 6

View file

@ -99,3 +99,10 @@
tags:
- koschei
- selinux
- name: Copy the cleanup cronjob
copy: src="{{item}}" dest="/etc/cron.d/{{item}}"
with_items:
- cron-db-cleanup
tags:
- koschei