DCD-386: Configure and enable NFS server on node.

This commit is contained in:
Steve Smith
2019-05-30 11:43:55 +10:00
parent f13fb656d0
commit 5edb60454d
5 changed files with 38 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Install Ubuntu-specific NFS packages
yum:
name:
- nfs-kernel-server
- libnfs-utils