main.yml 409 B

12345678910111213141516
  1. ---
  2. kubernetes_url: https://172.30.0.1:443
  3. kube_api_version: v1
  4. kube_req_template: "../templates/{{ kube_api_version }}/nfs.json.j2"
  5. # Options of NFS exports.
  6. nfs_export_options: "*(rw,no_root_squash,insecure,no_subtree_check)"
  7. # Directory, where the created partitions should be mounted. They will be
  8. # mounted as <mount_dir>/sda1 etc.
  9. mount_dir: /exports
  10. # Force re-partitioning the disks
  11. force: false