forked from ansible-lockdown/RHEL9-CIS
updated issues and added improvements
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
49ab8c6f9f
commit
a8602689b8
7 changed files with 18 additions and 12 deletions
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
# OS Specific Settings
|
||||
|
||||
rpm_gpg_key: /etc/pki/rpm-gpg/RPM-GPG-KEY-{{ ansible_distribution|lower }}-official
|
||||
rpm_gpg_key: /etc/pki/rpm-gpg/RPM-GPG-KEY-{{ ansible_distribution|lower }}-release
|
||||
rpm_packager: "Red Hat, Inc"
|
||||
rpm_key: "199e2f91fd431d51" # found on https://access.redhat.com/security/team/key/
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
|
||||
min_ansible_version: 2.10
|
||||
rhel9cis_allowed_crypto_policies:
|
||||
- 'DEFAULT'
|
||||
- 'FUTURE'
|
||||
- 'FIPS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue