Files
homelab/roles/nfs/defaults/main.yml
Matthew McKinnon 12444311a4
All checks were successful
Deploy / Prepare Build (push) Successful in 13s
Initial Commit
2025-09-08 18:29:40 +10:00

8 lines
143 B
YAML

---
# defaults file for roles/nfs-mount
# List of NFS shares
nfs_share_mounts: []
# Default NFS4 mount options
nfs_mount_opts: "rw,sync,hard"