Revert "Merge 'devel' of kris9854/RHEL9-CIS-fix into devel"

This reverts commit d4471a3016, reversing
changes made to d6ca36a91f.
This commit is contained in:
Kristian 2022-09-26 19:10:53 +02:00
parent 66d8fb8b32
commit da0734c3a8
65 changed files with 461 additions and 801 deletions

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -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