RHEL9-CIS/vars/main.yml
Will Szumski 4cbbf8dfd8 Fix inject_facts_as_vars
Also enabled testing of this in CI to prevent regressions.

See:
- https://docs.ansible.com/ansible/2.9/reference_appendices/config.html#inject-facts-as-vars
- https://github.com/ansible-lockdown/RHEL9-CIS/pull/54

Signed-off-by: Will Szumski <will@stackhpc.com>
2023-11-15 18:15:16 +00:00

19 lines
379 B
YAML

---
# vars file for RHEL9-CIS
min_ansible_version: 2.10.1
rhel9cis_allowed_crypto_policies:
- 'DEFAULT'
- 'FUTURE'
- 'FIPS'
rhel9cis_allowed_crypto_policies_modules:
- 'OSPP'
- 'AD-SUPPORT'
- 'AD-SUPPORT-LEGACY'
# Used to control warning summary
warn_control_list: ""
warn_count: 0
gpg_key_package: "{{ ansible_facts.distribution | lower }}-gpg-keys"