rsyslog: Use FQDN when remote logging is used
This commit is contained in:
parent
b62ef00392
commit
d11b2a17e3
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# Log with FQDN
|
||||
global(LocalHostName="{{ inventory_hostname }}")
|
||||
|
||||
# Certificates
|
||||
global(DefaultNetstreamDriverCAFile="{{ tls_bundle }}"
|
||||
DefaultNetstreamDriverCertFile="{{ tls_certs }}/{{ inventory_hostname }}.crt"
|
||||
|
|
Loading…
Add table
Reference in a new issue