
Add support for the openSUSE Leap distributions. The security rules are similar to the RedHat and Ubuntu ones. We also replace ansible_os_family with ansible_pkg_mgr since the former does not return consistent results across different SUSE distributions especially on older Ansible versions. Change-Id: I20ffe17039bb641aad70d8123f0b7e7417a42cba
679 B
679 B
---id: V-72051 status: exception - manual intervention tag: misc ---
Ubuntu, CentOS, Red Hat Enterprise Linux, openSUSE Leap and SUSE Linux Enterprise already capture the logs from cron.
Ubuntu systems collect cron job logs into the main syslog file
(/var/log/syslog
) rather than separate them into their own
log file. CentOS and Red Hat Enterprise Linux systems collect cron logs
in /var/log/cron
. openSUSE Leap and SUSE Linux Enterprise
collect cron job in /var/log/messages
.
Deployers should not need to adjust these configurations unless a
specific environment requires it. The tasks in the security role do not
make changes to the rsyslog
configuration.