Skip to content
Snippets Groups Projects
Commit f7557d57 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

proxmox disable rpcbind for hardening

parent d77ffb7b
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,14 @@
path: /etc/apt/sources.list.d/pve-enterprise.list
state: absent
- name: disable and stop all rpcbind services (hardening)
systemd:
state: stopped
enabled: no
name: "{{ item }}"
with_items:
- rpcbind.target
- rpcbind.socket
- rpcbind.service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment