main.yml 334 B

1234567891011121314
  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_file_system
  9. # What file system is on the partition
  10. # Currently only xfs, and ext(2,3,4) are supported
  11. # For ext2, ext3, or ext4 just use ext
  12. oep_file_system: "xfs"