forked from ansible-lockdown/RHEL9-CIS
Gpg import for rhel servers (#185)
* change logic thanks to @rjacobs1990 see #175 * 1.2.1 force gpg import rhel * fix missing facts --------- Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
0215412e9b
commit
0f58436212
5 changed files with 37 additions and 3 deletions
|
|
@ -424,6 +424,11 @@ rhel9cis_rule_6_2_16: true
|
|||
# These /tmp settings will include nosuid,nodev,noexec to conform to CIS standards.
|
||||
rhel9cis_tmp_svc: false
|
||||
|
||||
## Control 1.2.1
|
||||
# For new systems that have not yet run update the gpg key is not yet imported
|
||||
# Setting to `true` will allow a test on the package and the foce the import of the key
|
||||
rhel9cis_force_gpg_key_import: true
|
||||
|
||||
## Control 1.2.4
|
||||
# When installing RHEL from authorized Red Hat source, RHEL will come with default YUM repository. NOT having a default YUM
|
||||
# repo ('rhel9cis_rhel_default_repo' set as 'false'), in conjunction with 'rhel9cis_rule_enable_repogpg' set as 'True', will enable the tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue