added logging via auditd and rsyslog

This commit is contained in:
2025-10-02 08:59:21 +02:00
parent 00f7f43ebd
commit 5c69d87209
4 changed files with 72 additions and 1 deletions

View File

@@ -1,4 +1,14 @@
---
- name: reload ufw
command: ufw reload
listen: "reload ufw firewall"
listen: "reload ufw firewall"
- name: restart auditd
service:
name: auditd
state: restarted
- name: restart rsyslog
service:
name: rsyslog
state: restarted