robertdebock / ansible-role-rsyslog

Install and configure rsyslog on your system.
https://robertdebock.nl/
Apache License 2.0
36 stars 40 forks source link

feat: Add support for Device when forwarding logs #50

Open nunofernandes opened 2 months ago

nunofernandes commented 2 months ago

name: Add device when forwarding logs about: Add support for setting the device when forwarding logs


Describe the change When the device has multiple VRFs, it may be required to set the device when forwarding the logs. This adds that feature. It also fixes the error when rsyslog_remote_template is not defined.