deploy_systemd_journal_config(role): Disable ForwardToSyslog #92

Merged
stb merged 1 commit from feat/no-syslog-forward into main 2026-05-15 19:40:26 +02:00
Showing only changes of commit 83e6f76464 - Show all commits

deploy_systemd_journal_config(role): Disable ForwardToSyslog
Some checks failed
/ Ansible Lint (pull_request) Failing after 29m12s
/ Ansible Lint (push) Successful in 41m19s

We don't want hour journalctl logs mirrored to /var/log/syslog
jtbx 2026-05-15 19:25:44 +02:00

View file

@ -1,3 +1,5 @@
[Journal]
MaxFileSec=2day
MaxRetentionSec=2week
ForwardToSyslog=no