Skip to content

Commit

Permalink
updated inline with #390 thanks to @txdavec
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jun 26, 2024
1 parent e1ddd8a commit c48a13f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/section_2/cis_2.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
- not rhel8cis_rpc_server
- not rhel8cis_rpc_mask
ansible.builtin.package:
name: cups
name: rpcbind
state: absent

- name: "2.2.12 | PATCH | Ensure rpcbind services are not in use | Mask service"
Expand Down Expand Up @@ -464,7 +464,7 @@
- not rhel8cis_net_snmp_server
- not rhel8cis_net_snmp_mask
ansible.builtin.package:
name: rsync-daemon
name: net-snmp
state: absent

- name: "2.2.14 | PATCH | Ensure snmp services are not in use | Mask service"
Expand Down Expand Up @@ -565,7 +565,7 @@
- not rhel8cis_squid_server
- not rhel8cis_squid_mask
ansible.builtin.package:
name: tftp-server
name: squid
state: absent

- name: "2.2.17 | PATCH | Ensure web proxy server services are not in use | Mask service"
Expand Down Expand Up @@ -653,7 +653,7 @@
- not rhel8cis_xinetd_server
- not rhel8cis_xinetd_mask
ansible.builtin.package:
name: tftp-server
name: xinetd
state: absent

- name: "2.2.19 | PATCH | Ensure xinetd services are not in use | Mask service"
Expand Down

0 comments on commit c48a13f

Please sign in to comment.