Merge pull request #423 from ansible-lockdown/crypto_policies
Some checks are pending
Export Public Repo Badges / export-badges (push) Waiting to run

Tidy up wording regarding crypto policy module
This commit is contained in:
Frederick Witty 2025-12-29 09:24:02 -05:00 committed by GitHub
commit 863d1af4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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