mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-26 23:13:06 +00:00
Initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
a54b5216eb
87 changed files with 7693 additions and 0 deletions
15
tasks/section_1/cis_1.9.yml
Normal file
15
tasks/section_1/cis_1.9.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
- name: "1.9 | L1 | PATCH | Ensure updates, patches, and additional security software are installed"
|
||||
package:
|
||||
name: "*"
|
||||
state: latest
|
||||
when:
|
||||
- rhel9cis_rule_1_9
|
||||
- not system_is_ec2
|
||||
tags:
|
||||
- level1-server
|
||||
- level1-workstation
|
||||
- patch
|
||||
- rule_1.9
|
||||
- skip_ansible_lint
|
||||
Loading…
Add table
Add a link
Reference in a new issue