-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: George Nalen <[email protected]>
- Loading branch information
1 parent
dc97350
commit 44d5f18
Showing
4 changed files
with
75 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
- name: "SCORED | 2.1.1 | PATCH | Ensure xinetd is not installed" | ||
apt: | ||
name: xinetd | ||
state: absent | ||
when: | ||
- ubtu18cis_rule_2_1_1 | ||
tags: | ||
- level1-server | ||
- level1-workstation | ||
- scored | ||
- patch | ||
- rule_2.1.1 | ||
- xinetd | ||
|
||
- name: "SCORED | 2.1.2 | PATCH | Ensure openbsd-inetd is not installed" | ||
apt: | ||
name: openbsd-inetd | ||
state: absent | ||
when: | ||
- ubtu18cis_rule_2_1_2 | ||
tags: | ||
- level1-server | ||
- level1-workstation | ||
- scored | ||
- patch | ||
- rule_2.1.2 | ||
- openbsd-inetd |