remove a role definition on hostname which no longer exists. allow awstats to run possibly
This commit is contained in:
parent
184f33b98a
commit
2475c00e01
1 changed files with 0 additions and 3 deletions
|
@ -7,20 +7,17 @@
|
|||
|
||||
- name: make the awstats directory
|
||||
file: path=/var/www/html/awstats-reports state=directory
|
||||
when: inventory_hostname.startswith('data-analysis')
|
||||
tags:
|
||||
- awstats
|
||||
|
||||
- name: awstats proxy merge script (log01)
|
||||
copy: src=combineHttpLogs.sh dest=/usr/local/bin/ mode=0755
|
||||
when: inventory_hostname.startswith('log')
|
||||
tags:
|
||||
- config
|
||||
- awstats
|
||||
|
||||
- name: awstats daily cron job to merge old logs
|
||||
copy: src=combineHttp.cron dest=/etc/cron.d/ mode=0644
|
||||
when: inventory_hostname.startswith('log')
|
||||
tags:
|
||||
- cron
|
||||
- awstats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue