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

Some tags and three task names are wrong #28

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
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: 1 addition & 1 deletion tasks/section_1/cis_1.1.2.6.x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- name: "1/.1 | PATCH | Ensure /var/log is a separate partition"
- name: "1.1.2.6.1 | PATCH | Ensure /var/log is a separate partition"
when:
- deb12cis_rule_1_1_2_6_1
- required_mount not in prelim_mount_names
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_1/cis_1.1.2.7.x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- name: "1/.1 | PATCH | Ensure /var/log/audit is a separate partition"
- name: "1.1.2.7.1 | PATCH | Ensure /var/log/audit is a separate partition"
when:
- deb12cis_rule_1_1_2_7_1
- required_mount not in prelim_mount_names
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_2/cis_2.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
- ldap
- NIST800-53R5_CM-6
- NIST800-53R5_CM-7
- rule_2.1.6
- rule_2.1.7
block:
- name: "2.1.7 | PATCH | Ensure ldap server services are not in use | Remove package"
when:
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_3/cis_3.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
create: true
loop: "{{ prelim_wireless_modules.stdout_lines }}"

- name: "3.2.1 | PATCH | Ensure dccp kernel module is not available | blacklist"
- name: "3.1.2 | PATCH | Ensure wireless interfaces are disabled | blacklist"
ansible.builtin.lineinfile:
path: /etc/modprobe.d/blacklist.conf
regexp: "^(#)?blacklist {{ item }}(\\s|$)"
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.3.3.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- level1-server
- level1-workstation
- patch
- rule_5.3.3.3.2
- rule_5.3.3.3.3
- pam
- NIST800-53R5_IA-5
block:
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.4.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- level1-server
- level1-workstation
- patch
- rule_5.4.2.2
- rule_5.4.2.3
- user
- system
- NIST800-53R5_CM-1
Expand Down
2 changes: 1 addition & 1 deletion tasks/section_7/cis_7.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
- level1-server
- level1-workstation
- patch
- rule_6.2.4
- rule_7.2.4
- user
- NIST800-53R5_IA-5
vars:
Expand Down
Loading