summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/defaults/main.yml
blob: e296492f9d890b67e27871861090b89bcd92bef0 (plain)
1
2
3
4
5
6
7
8
9
10
---
# Options of NFS exports.
nfs_export_options: "*(rw,no_root_squash,insecure,no_subtree_check)"

# Directory, where the created partitions should be mounted. They will be
# mounted as <mount_dir>/sda1 etc.
mount_dir: /exports

# Force re-partitioning the disks
force: false