mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-15 05:10:18 +01:00
6 lines
174 B
YAML
6 lines
174 B
YAML
---
|
|
- name: Ensure NFS utilities are installed.
|
|
package: name=nfs-utils state=present
|
|
|
|
- name: Ensure rpcbind is running.
|
|
service: name=rpcbind state=started enabled=yes
|