2022-01-07 09:06:18 +00:00
|
|
|
---
|
|
|
|
|
# vars file for RHEL9-CIS
|
2022-02-02 11:25:03 +00:00
|
|
|
|
2023-01-27 12:21:26 +00:00
|
|
|
min_ansible_version: 2.10.1
|
2022-01-07 09:06:18 +00:00
|
|
|
rhel9cis_allowed_crypto_policies:
|
2024-07-24 14:01:40 +01:00
|
|
|
- 'DEFAULT'
|
|
|
|
|
- 'FUTURE'
|
|
|
|
|
- 'FIPS'
|
2022-07-20 17:13:33 +01:00
|
|
|
|
2023-06-06 14:36:38 +01:00
|
|
|
rhel9cis_allowed_crypto_policies_modules:
|
2024-07-24 14:01:40 +01:00
|
|
|
- 'OSPP'
|
|
|
|
|
- 'AD-SUPPORT'
|
|
|
|
|
- 'AD-SUPPORT-LEGACY'
|
|
|
|
|
- 'NO-SHA1'
|
|
|
|
|
- 'NO-SSHCBC'
|
|
|
|
|
- 'NO-SSHETM'
|
|
|
|
|
- 'NO-SSHWEAKCIPHER'
|
|
|
|
|
- 'NO-SSHWEAKMAC'
|
|
|
|
|
- 'NO-WEAKMAC'
|
2023-06-06 14:36:38 +01:00
|
|
|
|
2022-07-20 17:13:33 +01:00
|
|
|
# Used to control warning summary
|
2023-01-13 12:10:18 +00:00
|
|
|
warn_control_list: ""
|
2022-07-25 11:24:50 +01:00
|
|
|
warn_count: 0
|
2023-03-06 11:21:08 +00:00
|
|
|
|
2024-02-20 15:43:43 +00:00
|
|
|
gpg_key_package: "{{ ansible_facts.distribution | lower }}-gpg-keys"
|
2024-07-24 14:01:40 +01:00
|
|
|
|
|
|
|
|
## Control 6.3.3.x - Audit template
|
|
|
|
|
# This variable governs if the auditd logic should be executed(if value is true).
|
|
|
|
|
# NOTE: The current default value is likely to be overriden(via 'set_fact') by other further tasks(in sub-section 'Auditd rules').
|
|
|
|
|
update_audit_template: false
|