forked from ansible-lockdown/RHEL9-CIS
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue