Add the mirrormanager configuration file on backend

This commit is contained in:
Pierre-Yves Chibon 2014-12-09 00:36:11 +01:00
parent bab5d0626f
commit 7aa5a81267

View file

@ -13,6 +13,16 @@
tags:
- packages
- name: create /etc/mirrormanager
file: path=/etc/mirrormanager state=directory
- name: install MM configuration file
template: src={{ roles }}/mirrormanager/frontend/templates/mirrormanager2.cfg
dest=/etc/mirrormanager/mirrormanager2.cfg
mode=600
tags:
- config
- name: install the cron job
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
tags: