add auditd role
This commit is contained in:
11
handlers/main.yaml
Normal file
11
handlers/main.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: restart auditd
|
||||
service:
|
||||
name: auditd
|
||||
state: restarted
|
||||
use: service
|
||||
|
||||
- name: load custom rules
|
||||
command: augenrules --load
|
||||
|
||||
Reference in New Issue
Block a user