Initial Commit

This commit is contained in:
2024-09-09 22:37:51 +10:00
commit 2d11850d3e
50 changed files with 2408 additions and 0 deletions

View 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"