Enable rsyslog server and default port

This commit is contained in:
Cristian
2016-09-28 16:00:48 +02:00
parent 05d10208a1
commit e3857d610f
3 changed files with 15 additions and 1 deletions

View File

@@ -66,6 +66,13 @@ Example Playbook
- 'if $programname == "dovecot" and $syslogseverity <= "6" then ~'
- '& ~'
```
3) Enable rsyslog server
```
- hosts: all
roles:
- { role: ../../roles/ansible-rsyslog-custom, "rsyslog_server": yes }
```
License
-------