forked from ansible-lockdown/RHEL9-CIS
Added Nist values
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
8b58d71e4b
commit
2bf67cde0d
16 changed files with 100 additions and 21 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- manual
|
||||
- patch
|
||||
- rule_1.2.1.1
|
||||
- NIST800-53R5_SI-2
|
||||
block:
|
||||
- name: "1.2.1.1 | AUDIT | Ensure GPG keys are configured | list installed pubkey keys"
|
||||
ansible.builtin.shell: "rpm -qa | grep {{ os_gpg_key_pubkey_name }}"
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
- level1-workstation
|
||||
- patch
|
||||
- rule_1.2.1.2
|
||||
- NIST800-53R5_SI-2
|
||||
block:
|
||||
- name: "1.2.1.2 | AUDIT | Ensure gpgcheck is globally activated | Find repos"
|
||||
ansible.builtin.find:
|
||||
|
|
@ -68,6 +70,7 @@
|
|||
- manual
|
||||
- audit
|
||||
- rule_1.2.1.3
|
||||
- NIST800-53R5_SI-2
|
||||
block:
|
||||
- name: "1.2.1.3 | PATCH | Ensure repo_gpgcheck is globally activated | dnf.conf"
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
@ -99,7 +102,7 @@
|
|||
- manual
|
||||
- audit
|
||||
- rule_1.2.1.4
|
||||
- skip_ansible_lint
|
||||
- NIST800-53R5_SI-2
|
||||
vars:
|
||||
warn_control_id: '1.2.1.4'
|
||||
block:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue