Salt
4e6e287b19
Oh god I need to pare this down But I mean it's NFS so you have to assume really high trust anyway But still
10 lines
245 B
YAML
10 lines
245 B
YAML
---
|
|
- name: Ensure NFS utilities are installed.
|
|
package: name=nfs-utils state=present
|
|
|
|
- name: Ensure rpcbind is running as configured.
|
|
service:
|
|
name: rpcbind
|
|
state: "{{ nfs_rpcbind_state }}"
|
|
enabled: "{{ nfs_rpcbind_enabled }}"
|