robertdebock / ansible-role-rsyslog

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

Add option to disable OmitLocalLogging #37

Closed smutel closed 2 years ago

smutel commented 2 years ago

name: Add option to disable OmitLocalLogging about: Need to add an option to remove OmitLocalLogging in config file


Describe the change On some equipment the imuxsock module is not loaded in the main rsyslog configuration file but in another one. We need to be able to disable OmitLocalLogging option in main configuration file even if imuxsock is not in rsyslog_mods variable.

Testing Deploy the role without changing default: OmitLocalLogging option is still there Deploy the role changing option rsyslog_dest_conf_file: OmitLocalLogging option removed