2014-11-12 21:18:52 +01:00
|
|
|
---
|
|
|
|
- name: Ensure NFS utilities are installed.
|
2016-03-11 15:24:57 +01:00
|
|
|
package: name=nfs-utils state=installed
|
2015-03-25 17:04:22 +01:00
|
|
|
|
|
|
|
- name: Ensure rpcbind is running.
|
|
|
|
service: name=rpcbind state=started enabled=yes
|