summaryrefslogtreecommitdiffstats
path: root/roles/kube_nfs_volumes/defaults/main.yml
blob: bdd994d07744cf7c3c2a1c00deab264f0c79295b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
kubernetes_url: https://172.30.0.1:443

kube_api_version: v1

kube_req_template: "../templates/{{ kube_api_version }}/nfs.json.j2"

# 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