remove awstats and other cron jobs we arent using
This commit is contained in:
parent
5674c1e0ad
commit
b37734873b
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
- name: scripts to condense data down for further processing
|
- name: scripts to condense data down for further processing
|
||||||
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
||||||
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh, condense-hotspot.sh ]
|
with_items: [condense-mirrorlogs.sh, condense-hotspot.sh ]
|
||||||
tags:
|
tags:
|
||||||
- web-data
|
- web-data
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
- name: daily cron file to run the log files
|
- name: daily cron file to run the log files
|
||||||
copy: src={{item}} dest=/etc/cron.d/ mode=0644
|
copy: src={{item}} dest=/etc/cron.d/ mode=0644
|
||||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron, condense-hotspot.cron]
|
with_items: [condense-mirrorlogs.cron, condense-hotspot.cron]
|
||||||
tags:
|
tags:
|
||||||
- web-data
|
- web-data
|
||||||
- cron
|
- cron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue