Backup the anitya database on a daily basis

This commit is contained in:
Pierre-Yves Chibon 2015-02-24 18:13:50 +01:00
parent aee055c903
commit fa0cbc43c3

View file

@ -45,6 +45,16 @@
tags:
- anitya_backend
- name: Set up some cronjobs to backup databases as configured
template: >
src=cron-backup-database
dest=/etc/cron.d/cron-backup-database-{{ item }}
with_items:
- anitya
tags:
- cron
- postgresql
- name: Add our postgres config file.
copy: >
src={{ item }}