and put in a summary file for mattdm

This commit is contained in:
Stephen Smoogen 2016-11-28 18:09:03 +00:00
parent 050d563f0b
commit ece83b5c0c
2 changed files with 37 additions and 0 deletions

View file

@ -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]