mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fix typo in tags
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
52c1a41434
commit
5d7bbe67b0
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -63,10 +63,10 @@ This role **will make changes to the system** which may have unintended conseque
|
||||||
It is possible to to only run level 1 or level 2 controls for CIS.
|
It is possible to to only run level 1 or level 2 controls for CIS.
|
||||||
This is managed using tags:
|
This is managed using tags:
|
||||||
|
|
||||||
- level1_server
|
- level1-server
|
||||||
- level1_workstation
|
- level1-workstation
|
||||||
- level2_server
|
- level2-server
|
||||||
- level2_workstation
|
- level2-workstation
|
||||||
|
|
||||||
The control found in defaults main also need to reflect this as this control the testing thet takes place if you are using the audit component.
|
The control found in defaults main also need to reflect this as this control the testing thet takes place if you are using the audit component.
|
||||||
|
|
||||||
|
|
@ -152,8 +152,8 @@ Below is an example of the tag section from a control within this role. Using th
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
tags:
|
tags:
|
||||||
- level1_server
|
- level1-server
|
||||||
- level1_workstation
|
- level1-workstation
|
||||||
- scored
|
- scored
|
||||||
- avahi
|
- avahi
|
||||||
- services
|
- services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue