disable rpcbind target as well

This commit is contained in:
packetcat 2024-02-28 07:43:29 -05:00
parent c752206a5a
commit e738cd5545
1 changed files with 7 additions and 0 deletions

View File

@ -14,3 +14,10 @@
enabled: false
state: stopped
masked: true
- name: Disable and mask the rpcbind target
systemd:
name: rpcbind.target
enabled: false
state: stopped
masked: true