4
0
Fork 0
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-03-30 11:22:30 +01:00
parent dc5f71d461
commit 8c79bfe7fb
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
25 changed files with 253 additions and 266 deletions

View file

@ -5,9 +5,9 @@
name: ypbind
state: absent
when:
- not rhel8cis_ypbind_required
- not rhel9cis_ypbind_required
- "'ypbind' in ansible_facts.packages"
- rhel8cis_rule_2_3_1
- rhel9cis_rule_2_3_1
tags:
- level1-server
- level1-workstation
@ -21,9 +21,9 @@
name: rsh
state: absent
when:
- not rhel8cis_rsh_required
- not rhel9cis_rsh_required
- "'rsh' in ansible_facts.packages"
- rhel8cis_rule_2_3_2
- rhel9cis_rule_2_3_2
tags:
- level1-server
- level2-server
@ -37,9 +37,9 @@
name: talk
state: absent
when:
- not rhel8cis_talk_required
- not rhel9cis_talk_required
- "'talk' in ansible_facts.packages"
- rhel8cis_rule_2_3_3
- rhel9cis_rule_2_3_3
tags:
- level1-server
- level1-workstation
@ -53,9 +53,9 @@
name: telnet
state: absent
when:
- not rhel8cis_telnet_required
- not rhel9cis_telnet_required
- "'telnet' in ansible_facts.packages"
- rhel8cis_rule_2_3_4
- rhel9cis_rule_2_3_4
tags:
- level1-server
- level1-workstation
@ -69,9 +69,9 @@
name: openldap-clients
state: absent
when:
- not rhel8cis_openldap_clients_required
- not rhel9cis_openldap_clients_required
- "'openldap-clients' in ansible_facts.packages"
- rhel8cis_rule_2_3_5
- rhel9cis_rule_2_3_5
tags:
- level1-server
- level1-workstation
@ -85,9 +85,9 @@
name: tftp
state: absent
when:
- not rhel8cis_tftp_client
- not rhel9cis_tftp_client
- "'tftp' in ansible_facts.packages"
- rhel8cis_rule_2_3_6
- rhel9cis_rule_2_3_6
tags:
- level1-server
- level1-workstation