mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fixed typo in disable method var
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
parent
2b7c8293b8
commit
d9927f005b
1 changed files with 1 additions and 1 deletions
|
|
@ -803,7 +803,7 @@ rhel9cis_tftp_client: false
|
|||
# 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"
|
||||
rhel9cis_ipv6_disable_method: "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