diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 19:30:16 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 19:30:16 +0000 |
| commit | 4b0c8808c988da1de8274ef18ea03660167e9f2a (patch) | |
| tree | b8a30abbe292bde07f2a317f896c31af5a634a86 /roles/web-data-analysis/tasks | |
| parent | fb3f1b8186c5910a46032ad83a5c73a5917e6b04 (diff) | |
| download | ansible-4b0c8808c988da1de8274ef18ea03660167e9f2a.tar.gz ansible-4b0c8808c988da1de8274ef18ea03660167e9f2a.tar.xz ansible-4b0c8808c988da1de8274ef18ea03660167e9f2a.zip | |
add in our cron and ansible rules
Diffstat (limited to 'roles/web-data-analysis/tasks')
| -rw-r--r-- | roles/web-data-analysis/tasks/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index 81cf5b1e8..fedd326c0 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -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 |
