robertdebock / ansible-role-rsyslog

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

Adding template to forward rules #30

Closed wzzrd closed 3 years ago

wzzrd commented 3 years ago

name: Pull request about: Describe the proposed change


Describe the change I need to have the ability to add a template to my forwarding rules. This change adds the ability to set an rsyslog_remote_template variable to set the template.

It defaults to being empty, so default behavior is not changed.

Testing Tested on Fedora 34

robertdebock commented 3 years ago

Thanks!