Reformatted main.yml
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
bae7c13024
commit
ec843a62c1
1 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
- name: css files
|
||||
copy: src={{item}} dest=/var/www/html/css/ mode=0644
|
||||
with_items: [ html/css/data-reports.css, html/css/normalize.css ]
|
||||
with_items: [html/css/data-reports.css, html/css/normalize.css]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
- name: scripts to condense data down for further processing
|
||||
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
||||
with_items: [condense-mirrorlogs.sh ]
|
||||
with_items: [condense-mirrorlogs.sh]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -68,13 +68,13 @@
|
|||
|
||||
- name: awk files for csv creation
|
||||
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
|
||||
with_items: [mirrors-data.awk, ]
|
||||
with_items: [mirrors-data.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]
|
||||
with_items: [mirrors-data.gp]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -164,7 +164,7 @@
|
|||
copy: src=countme-centos-update.sh dest=/usr/local/bin/ mode=0755
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
||||
- name: install cron file to run countme-update.sh daily
|
||||
copy: src=countme-update.cron dest=/etc/cron.d/ mode=0644
|
||||
tags:
|
||||
|
@ -246,4 +246,4 @@
|
|||
copy: src=compress_logs.sh dest=/usr/local/bin/ mode=0755
|
||||
tags:
|
||||
- config
|
||||
- web-data
|
||||
- web-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue