Add rsyslog role

This commit is contained in:
2019-11-03 11:31:08 -06:00
parent c5d36282db
commit 33e83dd740
9 changed files with 224 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: restart rsyslog
service:
name: "{{ rsyslog_service_name }}"
state: restarted
when: rsyslog_service_enabled
# vim:ft=yaml.ansible: