mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
lint
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
4e873bc0d6
commit
13a6746997
24 changed files with 104 additions and 107 deletions
|
|
@ -65,7 +65,7 @@
|
|||
- name: "2.2.5 | PATCH | Ensure DHCP Server is not installed"
|
||||
package:
|
||||
name: dhcp-server
|
||||
state: absent
|
||||
state: absent
|
||||
when:
|
||||
- not rhel9cis_dhcp_server
|
||||
- "'dhcp-server' in ansible_facts.packages"
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
- name: "2.2.8 | PATCH | Ensure VSFTP Server is not installed"
|
||||
package:
|
||||
name: vsftpd
|
||||
state: absent
|
||||
state: absent
|
||||
when:
|
||||
- not rhel9cis_vsftpd_server
|
||||
- "'vsftpd' in ansible_facts.packages"
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
- name: "2.2.13 | PATCH | Ensure HTTP Proxy Server is not installed"
|
||||
package:
|
||||
name: squid
|
||||
state: absent
|
||||
state: absent
|
||||
when:
|
||||
- not rhel9cis_squid_server
|
||||
- "'squid' in ansible_facts.packages"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
- rsh
|
||||
- rule_2.3.2
|
||||
|
||||
- name: "2.3.3 | PATCH | Ensure talk client is not installed"
|
||||
- name: "2.3.3 | PATCH | Ensure talk client is not installed"
|
||||
package:
|
||||
name: talk
|
||||
state: absent
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@
|
|||
- manual
|
||||
- audit
|
||||
- services
|
||||
- rule_2.4
|
||||
- rule_2.4
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@
|
|||
import_tasks: cis_2.3.x.yml
|
||||
|
||||
- name: "SECTION | 2.4 | Nonessential services removed"
|
||||
import_tasks: cis_2.4.yml
|
||||
import_tasks: cis_2.4.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue