and we have some items for awstats
This commit is contained in:
parent
a64ee2a336
commit
ac6741f873
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,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]
|
||||
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
|
||||
- name: daily cron file to run the log files
|
||||
copy: src={{item}} dest=/etc/cron.d/ mode=0644
|
||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron]
|
||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron]
|
||||
tags:
|
||||
- web-data
|
||||
- cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue