mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
and put in a summary file for mattdm
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: make the web directory summary.
|
||||
copy: src=summary.html dest=/var/www/html/csv-reports/ mode=0644
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: scripts to condense data down for further processing
|
||||
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
||||
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh]
|
||||
|
||||
Reference in New Issue
Block a user