mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 07:23:07 +00:00
Readme Update, Yamllint Update
Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
This commit is contained in:
parent
eee101c844
commit
4a40facca9
8 changed files with 249 additions and 50 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"1.1.2.2 | PATCH | Ensure nodev option set on /tmp partition"
|
||||
"1.1.2.3 | PATCH | Ensure noexec option set on /tmp partition"
|
||||
"1.1.2.4 | PATCH | Ensure nosuid option set on /tmp partition"
|
||||
ansible.builtin.mount:
|
||||
ansible.posix.mount:
|
||||
name: /tmp
|
||||
src: "{{ item.device }}"
|
||||
fstype: "{{ item.fstype }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue