summaryrefslogtreecommitdiffstats
path: root/roles/web-data-analysis/tasks
diff options
context:
space:
mode:
authorStephen Smoogen <smooge@redhat.com>2016-11-28 18:09:03 +0000
committerStephen Smoogen <smooge@redhat.com>2016-11-28 18:09:03 +0000
commitece83b5c0ce50290d36fb25e202cb837fb4e1958 (patch)
treef6e0d14a44d4a5b31f251a7d7d11dc760912f2e7 /roles/web-data-analysis/tasks
parent050d563f0b4f9fe64101e3d7d3d462d886fa824c (diff)
downloadansible-ece83b5c0ce50290d36fb25e202cb837fb4e1958.tar.gz
ansible-ece83b5c0ce50290d36fb25e202cb837fb4e1958.tar.xz
ansible-ece83b5c0ce50290d36fb25e202cb837fb4e1958.zip
and put in a summary file for mattdm
Diffstat (limited to 'roles/web-data-analysis/tasks')
-rw-r--r--roles/web-data-analysis/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml
index ab382a8f0..aec84bb6a 100644
--- a/roles/web-data-analysis/tasks/main.yml
+++ b/roles/web-data-analysis/tasks/main.yml
@@ -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]