Centralisation des journaux (pas encore Elastic) #40

Manually merged
jeltz merged 24 commits from logs-first-phase into master 2024-07-01 01:55:28 +02:00
Showing only changes of commit 9252249d18 - Show all commits

View file

@ -1,12 +1,12 @@
---
- name: Restart rsyslog
become: yes
become: true
systemd:
name: rsyslog.service
state: restarted
- name: Restart systemd-journald
become: yes
become: true
systemd:
name: systemd-journald.service
state: restarted