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
|
- base
|
||||||
- common-scripts
|
- 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
|
- name: Drop in a little system_identification note
|
||||||
template: src=system_identification dest=/etc/system_identification
|
template: src=system_identification dest=/etc/system_identification
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -150,3 +150,10 @@
|
||||||
tags:
|
tags:
|
||||||
- web-data
|
- web-data
|
||||||
- cron
|
- 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