mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-27 06:57:12 +00:00
Add SSH Variables the proper way, condition entries correct.
Signed-off-by: root@DERVISHx <nuno.carvalho@siemens.com>
This commit is contained in:
commit
8c7d8f1423
55 changed files with 339 additions and 262 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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
os_gpg_key_pubkey_name: gpg-pubkey-fd431d51-4ae0493b
|
||||
os_gpg_key_pubkey_content: "Red Hat, Inc. (release key 2) <security@redhat.com> fd431d51"
|
||||
|
||||
<<<<<<< HEAD
|
||||
# Vars setup for overiding main.yml
|
||||
rhel9cis_sshd:
|
||||
n Redhat Stream.
|
||||
|
|
@ -14,3 +15,7 @@ n Redhat Stream.
|
|||
allowgroups: sshd wheel
|
||||
# denyusers:
|
||||
# denygroups:
|
||||
=======
|
||||
# disable repo_gpgcheck due to OS default repos
|
||||
rhel9cis_rule_enable_repogpg: false
|
||||
>>>>>>> 29828974d0f17bf0e1a997f99d20f2c042f2b4d5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue