mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-26 15:13:05 +00:00
commit
fbd97d201c
8 changed files with 12 additions and 14 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
|
||||||
- name: community.crypto
|
- name: community.crypto
|
||||||
|
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
import_tasks: cis_4.2.1.x.yml
|
import_tasks: cis_4.2.1.x.yml
|
||||||
when: rhel9cis_syslog == 'rsyslog'
|
when: rhel9cis_syslog == 'rsyslog'
|
||||||
|
|
||||||
- name: "SECTION | 4.2.2 Configure journald"
|
- name: "SECTION | 4.2.2 | Configure journald"
|
||||||
import_tasks: cis_4.2.2.x.yml
|
import_tasks: cis_4.2.2.x.yml
|
||||||
when: rhel9cis_syslog == 'journald'
|
when: rhel9cis_syslog == 'journald'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -333,6 +333,7 @@
|
||||||
when:
|
when:
|
||||||
- item.uid >= min_int_uid | int
|
- item.uid >= min_int_uid | int
|
||||||
- item.id != 'nobody'
|
- item.id != 'nobody'
|
||||||
|
- (item.id != 'tss' and item.dir != '/dev/null')
|
||||||
- rhel9cis_rule_6_2_10
|
- rhel9cis_rule_6_2_10
|
||||||
tags:
|
tags:
|
||||||
- skip_ansible_lint # settings found on 6_2_7
|
- skip_ansible_lint # settings found on 6_2_7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue