initial import

This commit is contained in:
Alessio Cassibba (x-drum)
2015-04-20 01:46:12 +02:00
commit 91fc981bbd
17 changed files with 299 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: rsyslog | restart service
tags:
- rsyslog
- configuration
service: name={{ rsyslog_service_name }} state=restarted