summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs_lvm/defaults/main.yml
blob: f81cdc7242600e412dcff5acc1b2c37fb18e9d6c (plain)
1
2
3
4
5
6
7
8
9
10
---
# Options of NFS exports.
osnl_nfs_export_options: "*(rw,sync,all_squash)"

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

# Volume Group to use.
osnl_volume_group: openshiftvg