Skip to content

Commit

Permalink
Merge pull request #260 from ansible-lockdown/skip_ansible_lint
Browse files Browse the repository at this point in the history
removed skip_ansible_lint tag
  • Loading branch information
uk-bolly authored Nov 19, 2024
2 parents ed551c9 + 576475d commit 2ff1550
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
- name: Grub2cfg
ansible.builtin.shell: "grub2-mkconfig -o /boot/grub2/grub.cfg"
ignore_errors: true # noqa ignore-errors
tags:
- skip_ansible_lint

- name: Restart rsyslog
ansible.builtin.systemd:
Expand Down Expand Up @@ -102,8 +100,6 @@

- name: Restart auditd
ansible.builtin.shell: service auditd restart
tags:
- skip_ansible_lint

- name: Change_requires_reboot
ansible.builtin.set_fact:
Expand Down
1 change: 0 additions & 1 deletion tasks/section_1/cis_1.1.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@
- level1-workstation
- patch
- mounts
- skip_ansible_lint
- rule_1.1.3.2
- rule_1.1.3.3
1 change: 0 additions & 1 deletion tasks/section_1/cis_1.1.4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
- level1-workstation
- patch
- mounts
- skip_ansible_lint
- rule_1.1.4.2
- rule_1.1.4.3
- rule_1.1.4.4
2 changes: 0 additions & 2 deletions tasks/section_1/cis_1.1.5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- audit
- mounts
- rule_1.1.5.1
- skip_ansible_lint

- name: |
"1.1.5.2 | PATCH | Ensure nodev option set on /var/log partition"
Expand All @@ -48,7 +47,6 @@
- level1-workstation
- patch
- mounts
- skip_ansible_lint
- rule_1.1.5.2
- rule_1.1.5.3
- rule_1.1.5.4
1 change: 0 additions & 1 deletion tasks/section_1/cis_1.1.6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
- level1-workstation
- patch
- mounts
- skip_ansible_lint
- rule_1.1.6.2
- rule_1.1.6.3
- rule_1.1.6.4
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 @@ -22,7 +22,6 @@
- audit
- mounts
- rule_1.1.7.1
- skip_ansible_lint

- name: |
"1.1.7.2 | PATCH | Ensure nodev option set on /home partition
Expand All @@ -48,4 +47,3 @@
- mounts
- rule_1.1.7.2
- rule_1.1.7.3
- skip_ansible_lint
1 change: 0 additions & 1 deletion tasks/section_1/cis_1.1.8.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- audit
- mounts
- rule_1.1.8.1
- skip_ansible_lint

- name: |
"1.1.8.2 | PATCH | Ensure nodev option set on /dev/shm partition | Set nodev option
Expand Down
1 change: 0 additions & 1 deletion tasks/section_1/cis_1.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
- manual
- audit
- rule_1.2.3
- skip_ansible_lint

- name: "1.2.4 | AUDIT | Ensure repo_gpgcheck is globally activated"
block:
Expand Down
2 changes: 0 additions & 2 deletions tasks/section_1/cis_1.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
notify: Change_requires_reboot
when:
- rhel9cis_rule_1_9
- not system_is_ec2
tags:
- level1-server
- level1-workstation
- patch
- rule_1.9
- skip_ansible_lint

0 comments on commit 2ff1550

Please sign in to comment.