forked from ansible-lockdown/RHEL9-CIS
new var rhel9cis_rhel_default_repo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
95140d3247
commit
43a339c74f
5 changed files with 10 additions and 2 deletions
|
|
@ -3,3 +3,5 @@
|
|||
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-b86b3716-61e69f29
|
||||
os_gpg_key_pubkey_content: "AlmaLinux OS 9 <packager@almalinux.org> b86b3716"
|
||||
# disable repo_gpgcheck due to OS default repos
|
||||
rhel9cis_rule_enable_repogpg: false
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
# OS Specific Settings
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-8d8b756f-629e59ec
|
||||
os_gpg_key_pubkey_content: "Oracle Linux (release key 1) <secalert_us@oracle.com>"
|
||||
# disable repo_gpgcheck due to OS default repos
|
||||
rhel9cis_rule_enable_repogpg: false
|
||||
|
|
|
|||
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-fd431d51-4ae0493b
|
||||
os_gpg_key_pubkey_content: "Red Hat, Inc. (release key 2) <security@redhat.com> fd431d51"
|
||||
|
||||
# disable repo_gpgcheck due to OS default repos
|
||||
rhel9cis_rule_enable_repogpg: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue