rsyslog: Use FQDN when remote logging is used

This commit is contained in:
Timo Makinen 2024-11-29 07:24:41 +00:00
parent b62ef00392
commit d11b2a17e3

View file

@ -1,3 +1,6 @@
# Log with FQDN
global(LocalHostName="{{ inventory_hostname }}")
# Certificates
global(DefaultNetstreamDriverCAFile="{{ tls_bundle }}"
DefaultNetstreamDriverCertFile="{{ tls_certs }}/{{ inventory_hostname }}.crt"