--- # This role disables the rpcbind service on hosts - name: Disable and mask the rpcbind service systemd: name: rpcbind enabled: false state: stopped masked: true