You've already forked ansible-role-rsyslog
Enable rsyslog server and default port
This commit is contained in:
@@ -25,4 +25,9 @@ $PrivDropToUser {{ rsyslog_priv_drop_to_user }}
|
||||
$PrivDropToGroup {{ rsyslog_priv_drop_to_group }}
|
||||
{% endif %}
|
||||
|
||||
{% if rsyslog_server is defined %}
|
||||
$ModLoad imtcp
|
||||
$InputTCPServerRun {{ rsyslog_network_port }}
|
||||
{% endif %}
|
||||
|
||||
$IncludeConfig {{ rsyslog_include_path }}/*.conf
|
||||
|
||||
Reference in New Issue
Block a user