mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
[IP] I see no benefit to duplicate vars in defaults/main.yml in other files like specific vars for Alma/Rocky, especially since
we're using the same values for those vars. Also, replacing rsyslog with journald is not fine for this current doc-extension proposal.
This reverts commit a57333dcf1.
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
7 lines
243 B
YAML
7 lines
243 B
YAML
---
|
|
# OS Specific Settings
|
|
|
|
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
|