forked from ansible-lockdown/RHEL9-CIS
12 lines
No EOL
203 B
YAML
12 lines
No EOL
203 B
YAML
---
|
|
# vars file for RHEL9-CIS
|
|
|
|
min_ansible_version: 2.9.4
|
|
rhel9cis_allowed_crypto_policies:
|
|
- 'DEFAULT'
|
|
- 'FUTURE'
|
|
- 'FIPS'
|
|
|
|
# Used to control warning summary
|
|
control_number: ""
|
|
warn_count: 0 |