You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/ulogd2/templates/ulogd.conf.j2

18 lines
442 B
Django/Jinja

{{ ansible_managed | comment }}
[global]
logfile="syslog"
loglevel=3
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_inpflow_NFCT.so"
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_IP2STR.so"
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_PRINTFLOW.so"
plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_output_SYSLOG.so"
stack=ct:NFCT,ip2str:IP2STR,print:PRINTFLOW,sys:SYSLOG
[ct]
#reliable=1
hash_enable=0
[sys]
facility=LOG_LOCAL2