2015-05-28 11:32:57 +02:00
|
|
|
---
|
2016-10-13 19:59:54 +02:00
|
|
|
- name: Install custom rsyslog rules
|
|
|
|
template: src=10-custom_rules.conf.j2 dest=/etc/rsyslog.d/10-custom_rules.conf owner=root group=root mode=0444
|
|
|
|
when: default_rsyslog_custom_rules is defined
|
|
|
|
notify: Restart rsyslog
|
|
|
|
tags: rsyslog
|
|
|
|
|