mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
updated yamllint, company naming, linting and spacing
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
1b694832bb
commit
2de8a39cdc
66 changed files with 461 additions and 675 deletions
|
|
@ -3,7 +3,6 @@
|
|||
- name: "2.2.1 | PATCH | Ensure ftp client is not installed"
|
||||
when:
|
||||
- not rhel9cis_ftp_client
|
||||
- "'ftp' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_1
|
||||
tags:
|
||||
- level1-server
|
||||
|
|
@ -20,7 +19,6 @@
|
|||
- name: "2.2.2 | PATCH | Ensure ldap client is not installed"
|
||||
when:
|
||||
- not rhel9cis_openldap_clients_required
|
||||
- "'openldap-clients' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_2
|
||||
tags:
|
||||
- level2-server
|
||||
|
|
@ -37,7 +35,6 @@
|
|||
- name: "2.2.3 | PATCH | Ensure nis client is not installed"
|
||||
when:
|
||||
- not rhel9cis_ypbind_required
|
||||
- "'ypbind' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_3
|
||||
tags:
|
||||
- level1-server
|
||||
|
|
@ -54,7 +51,6 @@
|
|||
- name: "2.2.4 | PATCH | Ensure telnet client is not installed"
|
||||
when:
|
||||
- not rhel9cis_telnet_required
|
||||
- "'telnet' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_4
|
||||
tags:
|
||||
- level1-server
|
||||
|
|
@ -71,7 +67,6 @@
|
|||
- name: "2.2.5 | PATCH | Ensure TFTP client is not installed"
|
||||
when:
|
||||
- not rhel9cis_tftp_client
|
||||
- "'tftp' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_5
|
||||
tags:
|
||||
- level1-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue