Updated disable IPv6 logic

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2025-12-23 11:20:21 -05:00
parent de09b5d150
commit 7ff8e7b6b9
No known key found for this signature in database
GPG key ID: CA43827BF7C4DEBA
4 changed files with 27 additions and 2 deletions

View file

@ -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