and put in a summary file for mattdm
This commit is contained in:
parent
050d563f0b
commit
ece83b5c0c
2 changed files with 37 additions and 0 deletions
32
roles/web-data-analysis/files/summary.html
Normal file
32
roles/web-data-analysis/files/summary.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<html>
|
||||
<body>
|
||||
<head>
|
||||
<title>Select Fedora Graphs</title></head>
|
||||
<style>img { width: 100%; margin-bottom: 10% }</style>
|
||||
<body>
|
||||
|
||||
<img src="fedora-os-latest-ma.png"/>
|
||||
<img src="fedora-os-latest.png"/>
|
||||
<img src="fedora-os-latest-stacked-ma.png"/>
|
||||
|
||||
<img src="getfedora-editions.png"/>
|
||||
<img src="getfedora-netinstalls.png"/>
|
||||
|
||||
<img src="getfedora-versions-filled.png"/>
|
||||
|
||||
<img src="fedora-os-all-ma.png"/>
|
||||
<img src="fedora-stacked.png"/>
|
||||
|
||||
<hr/>
|
||||
|
||||
<img src="fedora-hardware-full-ma.png"/>
|
||||
<img src="fedora-hardware-2nd-ma.png"/>
|
||||
<img src="getfedora-arch.png"/>
|
||||
|
||||
<hr/>
|
||||
|
||||
<img src="epel-all-ma.png"/>
|
||||
<img src="epel-arch-ma.png"/>
|
||||
|
||||
|
||||
</body>
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue