[nfs-common] burn rpcbind to the ground
parent
aae5408d62
commit
dafaafc187
|
@ -24,6 +24,7 @@
|
|||
vars:
|
||||
nfs_mount: "{{ glob_home_nounou | default({}) | combine(loc_home_nounou | default({})) }}"
|
||||
roles:
|
||||
- nfs-common
|
||||
- nfs-mount
|
||||
|
||||
- hosts: all, !rsyslog_server
|
||||
|
|
|
@ -12,3 +12,15 @@
|
|||
src: nfs-common.j2
|
||||
dest: /etc/default/nfs-common
|
||||
mode: 0644
|
||||
|
||||
- name: Disable and mask rpcbind.service
|
||||
systemd:
|
||||
name: rpcbind.service
|
||||
enabled: no
|
||||
masked: yes
|
||||
|
||||
- name:
|
||||
systemd:
|
||||
name: rpcbind.socket
|
||||
masked: yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue