Initial Commit
This commit is contained in:
8
roles/nfs/defaults/main.yml
Normal file
8
roles/nfs/defaults/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
# defaults file for roles/nfs-mount
|
||||
|
||||
# List of NFS shares
|
||||
nfs_share_mounts: []
|
||||
|
||||
# Default NFS4 mount options
|
||||
nfs_mount_opts: "rw,sync,hard"
|
Reference in New Issue
Block a user