main.yml 428 B

123456789101112131415161718
  1. ---
  2. # oep_drive
  3. # Drive that has the partition we wish to expand.
  4. oep_drive: "/dev/xvda"
  5. # oep_partition
  6. # Partition that we wish to expand.
  7. oep_partition: 3
  8. # oep_partition_mount_point
  9. # Where the partition is mounted
  10. oep_partition_mount_point: /var
  11. # oep_file_system
  12. # What file system is on the partition
  13. # Currently only xfs, and ext(2,3,4) are supported
  14. # For ext2, ext3, or ext4 just use ext
  15. oep_file_system: "xfs"