From 76cd8c7cb38c81c64af80ffdb47b23ffe6f5d833 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 29 Dec 2025 09:43:28 +0000 Subject: [PATCH] Tidy up wording regarding crypto policy modules thanks to @kpi-nourman #414 Signed-off-by: Mark Bolwell --- defaults/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index fbe81eb..fbedbd4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -602,14 +602,7 @@ rhel9cis_crypto_policy_ansiblemanaged: true # -'FUTURE': conservative security level that is believed to withstand any near-term future attacks # -'FIPS': A level that conforms to the FIPS140-2 requirements rhel9cis_crypto_policy: 'DEFAULT' -# This variable contains the value of the crypto policy module(combinations of policies and -# sub-policies) to be allowed as default setting. Allowed options are defined in 'vars/main.yml' file, -# using 'rhel9cis_allowed_crypto_policies_modules' variable, which currently are: -# - 'OSPP' -# - 'AD-SUPPORT' -# - 'AD-SUPPORT-LEGACY' -rhel9cis_crypto_policy_module: '' -## Controls 1.6.x +## Control 1.6 # This variable contains the value of the crypto policy module(combinations of policies and # sub-policies) to be allowed as default setting. Allowed options are defined in 'vars/main.yml' file, # using those listed in the 'rhel9cis_allowed_crypto_policies_modules' variable.