Ansible Role for configuring Logging on RHEL
- Ansible >= 2.10
- Ansible <= 2.16 when configuring remote RHEL8 Hosts
- Red Hat Enterprise Linux >= 8
- name: Configure Logging on Red Hat Enterprise Linux
hosts: all
become: true
vars:
selinux_enabled: true
roles:
- ansible-rhel-logging
- See
defaults/main.yml
- As auditd is linked to the kernel, the role will not work on container images
MIT