remove awstats and other cron jobs we arent using

This commit is contained in:
Stephen Smoogen 2020-07-10 17:10:11 -04:00
parent 5674c1e0ad
commit b37734873b

View file

@ -66,7 +66,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, run-daily-awstats.sh, condense-hotspot.sh ]
with_items: [condense-mirrorlogs.sh, condense-hotspot.sh ]
tags:
- web-data
@ -90,7 +90,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, run-daily-awstats.cron, condense-hotspot.cron]
with_items: [condense-mirrorlogs.cron, condense-hotspot.cron]
tags:
- web-data
- cron