add in our cron and ansible rules

This commit is contained in:
Stephen Smoogen 2017-02-15 19:30:16 +00:00
parent fb3f1b8186
commit 4b0c8808c9
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
0 07 * * * root /usr/local/bin/condense-hotspot.sh

View file

@ -39,7 +39,7 @@
- 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]
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh, condense-hotspot.sh ]
tags:
- web-data
@ -51,13 +51,13 @@
- name: awk files for csv creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [mirrors-data.awk, getfedora-data.awk, getfedora.awk]
with_items: [mirrors-data.awk, getfedora-data.awk, getfedora.awk, hotspot-data.awk, hotspot.awk ]
tags:
- web-data
- name: gnuplot file for image creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [ mirrors-data.gp, getfedora-data.gp, mirrors-moving.gp ]
with_items: [ mirrors-data.gp, getfedora-data.gp, mirrors-moving.gp, hotspot.gp ]
tags:
- web-data