[nfs-common] burn rpcbind to the ground
parent
aae5408d62
commit
dafaafc187
|
@ -24,6 +24,7 @@
|
||||||
vars:
|
vars:
|
||||||
nfs_mount: "{{ glob_home_nounou | default({}) | combine(loc_home_nounou | default({})) }}"
|
nfs_mount: "{{ glob_home_nounou | default({}) | combine(loc_home_nounou | default({})) }}"
|
||||||
roles:
|
roles:
|
||||||
|
- nfs-common
|
||||||
- nfs-mount
|
- nfs-mount
|
||||||
|
|
||||||
- hosts: all, !rsyslog_server
|
- hosts: all, !rsyslog_server
|
||||||
|
|
|
@ -12,3 +12,15 @@
|
||||||
src: nfs-common.j2
|
src: nfs-common.j2
|
||||||
dest: /etc/default/nfs-common
|
dest: /etc/default/nfs-common
|
||||||
mode: 0644
|
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