remove getfedora statistics. not run in over year.
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
This commit is contained in:
parent
30c7d0866d
commit
b0f46d9ce7
10 changed files with 5 additions and 1184 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- name: make the data subdirs
|
||||
file: path=/mnt/fedora_stats/data/{{item}} state=directory mode=0755
|
||||
with_items: [getfedora, hotspot, mirrors, start]
|
||||
with_items: [hotspot, mirrors]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
- name: make the web subdirs
|
||||
file: path=/var/www/html/csv-reports/{{item}} state=directory mode=0755
|
||||
with_items: [images, getfedora, hotspot, mirrors, start]
|
||||
with_items: [images, hotspot, mirrors]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -62,19 +62,19 @@
|
|||
|
||||
- name: python scripts to calculate various data
|
||||
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
||||
with_items: [mirrorlist.py, mirrors-moving_avg.py, hotspot-moving_avg.py]
|
||||
with_items: [mirrorlist.py]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- 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, hotspot-data.awk, hotspot.awk ]
|
||||
with_items: [mirrors-data.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, hotspot.gp ]
|
||||
with_items: [ mirrors-data.gp, hotspot.gp ]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue