mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
line spacing fixed
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c0ece7f57f
commit
b842c47cd2
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
- name: "3.3.1 | PATCH | Ensure source routed packets are not accepted | IPv6"
|
- name: "3.3.1 | PATCH | Ensure source routed packets are not accepted | IPv6"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv6_sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv6_sysctl.conf"
|
||||||
|
|
||||||
when: rhel9cis_ipv6_required
|
when: rhel9cis_ipv6_required
|
||||||
when:
|
when:
|
||||||
- rhel9cis_rule_3_3_1
|
- rhel9cis_rule_3_3_1
|
||||||
|
|
@ -82,6 +81,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
sysctl_update: true
|
sysctl_update: true
|
||||||
flush_ipv4_route: true
|
flush_ipv4_route: true
|
||||||
|
|
||||||
- name: "3.3.4 | PATCH | Ensure suspicious packets are logged"
|
- name: "3.3.4 | PATCH | Ensure suspicious packets are logged"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
||||||
|
|
@ -100,6 +100,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
sysctl_update: true
|
sysctl_update: true
|
||||||
flush_ipv4_route: true
|
flush_ipv4_route: true
|
||||||
|
|
||||||
- name: 3.3.5 | PATCH | Ensure broadcast ICMP requests are ignored"
|
- name: 3.3.5 | PATCH | Ensure broadcast ICMP requests are ignored"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
||||||
|
|
@ -155,6 +156,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
sysctl_update: true
|
sysctl_update: true
|
||||||
flush_ipv4_route: true
|
flush_ipv4_route: true
|
||||||
|
|
||||||
- name: "3.3.8 | PATCH | Ensure TCP SYN Cookies is enabled"
|
- name: "3.3.8 | PATCH | Ensure TCP SYN Cookies is enabled"
|
||||||
debug:
|
debug:
|
||||||
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
msg: "Control being set via Handler 'update sysctl' which writes to /etc/sysctl.d/60-netipv4_sysctl.conf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue