mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Configure and enable NFS server on node.
This commit is contained in:
7
roles/nfs_server/tasks/ubuntu.yml
Normal file
7
roles/nfs_server/tasks/ubuntu.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install Ubuntu-specific NFS packages
|
||||
yum:
|
||||
name:
|
||||
- nfs-kernel-server
|
||||
- libnfs-utils
|
||||
Reference in New Issue
Block a user