[nfs-common] burn rpcbind to the ground

certbot_on_virtu
_shirenn 2021-06-25 12:18:47 +02:00
parent aae5408d62
commit dafaafc187
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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