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:
6
roles/nfs_server/tasks/amazon.yml
Normal file
6
roles/nfs_server/tasks/amazon.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install Amazon-Linux-specific NFS packages
|
||||
yum:
|
||||
name:
|
||||
- nfs-utils
|
||||
Reference in New Issue
Block a user