main.yml 277 B

12345678910
  1. ---
  2. # Options of NFS exports.
  3. nfs_export_options: "*(rw,no_root_squash,insecure,no_subtree_check)"
  4. # Directory, where the created partitions should be mounted. They will be
  5. # mounted as <mount_dir>/sda1 etc.
  6. mount_dir: /exports
  7. # Force re-partitioning the disks
  8. force: false