forked from ansible-lockdown/RHEL9-CIS
Merge pull request #143 from siemens/siemens/feat/4.2.1.3conditionalAndSectionHeader
Siemens/feat/4.2.1.3conditional and section header
This commit is contained in:
commit
6f8a95c73a
2 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,6 @@
|
||||||
notify: Restart rsyslog
|
notify: Restart rsyslog
|
||||||
when:
|
when:
|
||||||
- rhel9cis_rule_4_2_1_3
|
- rhel9cis_rule_4_2_1_3
|
||||||
- rhel9cis_syslog == "rsyslog"
|
|
||||||
tags:
|
tags:
|
||||||
- level1-server
|
- level1-server
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: cis_4.1.4.x.yml
|
file: cis_4.1.4.x.yml
|
||||||
|
|
||||||
- name: "SECTION | 4.2 | Configure Logging"
|
- name: "SECTION | 4.2.1 | Configure rsyslog"
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: cis_4.2.1.x.yml
|
file: cis_4.2.1.x.yml
|
||||||
when: rhel9cis_syslog == 'rsyslog'
|
when: rhel9cis_syslog == 'rsyslog'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue