Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue https://github.com/ansible-lockdown/AMAZON2023-CIS/issues/46 #47

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tasks/section_1/cis_1.1.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
notify: Change_requires_reboot
when:
- item.mount == "/home"
- amzn2023cis_rule_1_1_7_1
- amzn2023cis_rule_1_1_7_2 or
amzn2023cis_rule_1_1_7_3
tags:
Expand All @@ -47,6 +46,5 @@
- mounts
- rule_1.1.7.2
- rule_1.1.7.3
- rule_1.1.7.4
- nist_sp800-53r5_AC-3
- nist_sp800-53r5_MP-2
2 changes: 1 addition & 1 deletion tasks/section_1/cis_1.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
/sbin/autrace p+i+n+u+g+s+b+acl+xattrs+sha512
validate: aide -D --config %s
when:
- amzn2023cis_rule_1_3_2
- amzn2023cis_rule_1_3_3
tags:
- level1-server
- aide
Expand Down
4 changes: 2 additions & 2 deletions tasks/section_4/cis_4.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- level1-server
- patch
- cron
- rule_5.1.3
- rule_4.1.3
- nist_sp800-53r5_AC-3
- nist_sp800-53r5_MP-2

Expand Down Expand Up @@ -170,6 +170,6 @@
- level1-server
- patch
- cron
- rule_5.1.9
- rule_4.1.9
- nist_sp800-53r5_AC-3
- nist_sp800-53r5_MP-2
Loading