mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
added option for sysctl or kernel for disabling IPv6
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
62989d258b
commit
beb3bfdc94
2 changed files with 19 additions and 2 deletions
|
|
@ -802,6 +802,8 @@ rhel9cis_tftp_client: false
|
|||
## Control 3.1.1 - Ensure IPv6 status is identified
|
||||
# This variable governs whether ipv6 is enabled or disabled.
|
||||
rhel9cis_ipv6_required: true
|
||||
# rhel9cis_ipv6_disable defines the method of disabling IPv6, sysctl vs kernel
|
||||
rhel9cis_ipv6_disable: "sysctl"
|
||||
|
||||
## Control 3.1.2 - Ensure wireless interfaces are disabled
|
||||
# if wireless adapter found allow network manager to be installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue