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
|
|
@ -10,6 +10,7 @@
|
|||
- grub
|
||||
- patch
|
||||
- rule_1.4.1
|
||||
- NIST800-53R5_AC-3
|
||||
ansible.builtin.copy:
|
||||
dest: /boot/grub2/user.cfg
|
||||
content: "GRUB2_PASSWORD={{ rhel9cis_bootloader_password_hash }}" # noqa template-instead-of-copy
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
- grub
|
||||
- patch
|
||||
- rule_1.4.2
|
||||
- NIST800-53R5_AC-3
|
||||
block:
|
||||
- name: "1.4.2 | PATCH | Ensure permissions on bootloader config are configured"
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue