Move syncHttpLogs.sh into web-data-analysis role

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-07-23 12:32:46 +02:00
parent dc86a465e9
commit c782eceae1
3 changed files with 7 additions and 7 deletions

View file

@ -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:

View file

@ -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