Add the mirrormanager configuration file on backend
This commit is contained in:
parent
bab5d0626f
commit
7aa5a81267
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- 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
|
- name: install the cron job
|
||||||
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
|
copy: src=backend.cron dest=/etc/cron.d/mm2_backend.cron
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue