forked from ansible-lockdown/RHEL9-CIS
fix typo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
866eafc593
commit
6d35017059
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
# This file contains users whose actions are not logged by auditd
|
# This file contains users whose actions are not logged by auditd
|
||||||
{% if allow_auditd_uid_user_exclusions %}
|
{% if allow_auditd_uid_user_exclusions %}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
# This template will set all of the auditd configurations via a handler in the role in one task instead of individually
|
# This template will set all of the auditd configurations via a handler in the role in one task instead of individually
|
||||||
{% if rhel9cis_rule_4_1_3_1 %}
|
{% if rhel9cis_rule_4_1_3_1 %}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Run AIDE integrity check
|
# Run AIDE integrity check
|
||||||
# added via ansible-lockdown remediation
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
# CIS 1.3.2
|
# CIS 1.3.2
|
||||||
|
|
||||||
{{ rhel9cis_aide_cron['aide_minute'] }} {{ rhel9cis_aide_cron['aide_hour'] }} {{ rhel9cis_aide_cron['aide_month'] }} {{ rhel9cis_aide_cron['aide_weekday'] }} {{ rhel9cis_aide_cron['aide_job'] }}
|
{{ rhel9cis_aide_cron['aide_minute'] }} {{ rhel9cis_aide_cron['aide_hour'] }} {{ rhel9cis_aide_cron['aide_month'] }} {{ rhel9cis_aide_cron['aide_weekday'] }} {{ rhel9cis_aide_cron['aide_job'] }}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Disable usage of protocol {{ item }}
|
# Disable usage of protocol {{ item }}
|
||||||
# Set by ansible {{ benchmark }} remediation role
|
# Set by ansible {{ benchmark }} remediation role
|
||||||
# https://github.com/ansible-lockdown
|
# https://github.com/ansible-lockdown
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
install {{ item }} /bin/true
|
install {{ item }} /bin/true
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
# IPv6 disable
|
# IPv6 disable
|
||||||
{% if rhel9cis_rule_3_1_1 and rhel9cis_ipv6_required %}
|
{% if rhel9cis_rule_3_1_1 and rhel9cis_ipv6_required %}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
|
|
||||||
{% if rhel9cis_rule_1_5_3 %}
|
{% if rhel9cis_rule_1_5_3 %}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
# IPv4 Network sysctl
|
# IPv4 Network sysctl
|
||||||
{% if rhel9cis_rule_3_2_1 %}
|
{% if rhel9cis_rule_3_2_1 %}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
||||||
|
|
||||||
# IPv6 Network sysctl
|
# IPv6 Network sysctl
|
||||||
{% if rhel9cis_ipv6_required %}
|
{% if rhel9cis_ipv6_required %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue