mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
Revert "Merge 'devel' of kris9854/RHEL9-CIS-fix into devel"
This reverts commitd4471a3016, reversing changes made tod6ca36a91f.
This commit is contained in:
parent
66d8fb8b32
commit
da0734c3a8
65 changed files with 461 additions and 801 deletions
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
# OS Specific Settings
|
||||
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-b86b3716-61e69f29
|
||||
os_gpg_key_pubkey_content: "AlmaLinux OS 9 <packager@almalinux.org> b86b3716"
|
||||
rpm_gpg_key: RPM-GPG-KEY-AlmaLinux
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
# OS Specific Settings
|
||||
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-fd431d51-4ae0493b
|
||||
os_gpg_key_pubkey_content: "Red Hat, Inc. (release key 2) <security@redhat.com> fd431d51"
|
||||
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/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
# OS Specific Settings
|
||||
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-350d275d-6279464b
|
||||
os_gpg_key_pubkey_content: "Rocky Enterprise Software Foundation - Release key 2022 <releng@rockylinux.org> 350d275d"
|
||||
rpm_gpg_key: /etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
---
|
||||
# vars file for RHEL9-CIS
|
||||
|
||||
min_ansible_version: 2.9.4
|
||||
min_ansible_version: 2.10
|
||||
rhel9cis_allowed_crypto_policies:
|
||||
- 'DEFAULT'
|
||||
- 'FUTURE'
|
||||
- 'FIPS'
|
||||
|
||||
# Used to control warning summary
|
||||
control_number: ""
|
||||
warn_count: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue