add fedora report_mirror tool and enable it
This commit is contained in:
parent
50d4fad823
commit
12f654bb13
4 changed files with 112 additions and 0 deletions
14
roles/mirror/reportmirror/tasks/main.yml
Normal file
14
roles/mirror/reportmirror/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
- name: install reportmirror packages
|
||||
package:
|
||||
name: mirrormanager2-client
|
||||
state: installed
|
||||
|
||||
- name: create reportmirror config from template
|
||||
template:
|
||||
dest: /etc/mirrormanager-client/report_mirror.conf
|
||||
src: report_mirror.conf.j2
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: mirror
|
Loading…
Add table
Add a link
Reference in a new issue