mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
Updated disable IPv6 logic
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
de09b5d150
commit
7ff8e7b6b9
4 changed files with 27 additions and 2 deletions
|
|
@ -731,6 +731,10 @@ rhel9cis_bluetooth_mask: false
|
|||
# This variable governs whether ipv6 is enabled or disabled.
|
||||
rhel9cis_ipv6_required: true
|
||||
|
||||
# 3.1.1 Disable IPv6
|
||||
# rhel9cis_ipv6_disable defines the method of disabling IPv6, sysctl vs kernel
|
||||
rhel9cis_ipv6_disable_method: "sysctl"
|
||||
|
||||
## 3.1.2 wireless network requirements
|
||||
# if wireless adapter found allow network manager to be installed
|
||||
rhel9cis_install_network_manager: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue