Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit 6d20e740 authored by Mathieu's avatar Mathieu Committed by GitHub
Browse files

Merge pull request #1 from certeu/upd-config

upd: Auditd config
parents ccc6f016 e7915255
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ This role allows you to push Auditd and/or Laurel configuration files and avoid
We are providing an Auditd's configuration copy from Florian Roth's repo (https://github.com/Neo23x0/auditd).
You can replace this configuration with your own by editing the file [auditd.rules.j2](./templates/auditd.rules.j2).
You can replace this configuration with your own by editing the file [auditd.rules.j2](./files/auditd.rules).
# Laurel Configuration
......
This diff is collapsed.
......@@ -26,8 +26,8 @@
var: auditd_path.stat.path
- name: Ensure Auditd rules are set
ansible.builtin.template:
src: auditd.rules.j2
ansible.builtin.copy:
src: auditd.rules
dest: "{{ auditd_path.stat.path }}/rules.d/audit.rules"
owner: root
group: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment