Move syncHttpLogs.sh into web-data-analysis role
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
dc86a465e9
commit
c782eceae1
3 changed files with 7 additions and 7 deletions
|
@ -444,13 +444,6 @@
|
|||
- base
|
||||
- common-scripts
|
||||
|
||||
- name: install a sync httpd logs cron script only on log01
|
||||
copy: src=syncHttpLogs.sh dest=/etc/cron.daily/syncHttpLogs.sh mode=0755
|
||||
when: inventory_hostname.startswith('log01')
|
||||
tags:
|
||||
- config
|
||||
- base
|
||||
|
||||
- name: Drop in a little system_identification note
|
||||
template: src=system_identification dest=/etc/system_identification
|
||||
tags:
|
||||
|
|
|
@ -150,3 +150,10 @@
|
|||
tags:
|
||||
- web-data
|
||||
- cron
|
||||
|
||||
- name: install a sync httpd logs cron script only on log01
|
||||
copy: src=syncHttpLogs.sh dest=/etc/cron.daily/syncHttpLogs.sh mode=0755
|
||||
when: inventory_hostname.startswith('log01')
|
||||
tags:
|
||||
- web-data
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue