mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-13 20:40:17 +01:00
6 lines
172 B
YAML
6 lines
172 B
YAML
---
|
|
- name: Ensure NFS utilities are installed.
|
|
yum: name=nfs-utils state=installed
|
|
|
|
- name: Ensure rpcbind is running.
|
|
service: name=rpcbind state=started enabled=yes
|