Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jrisch
Created November 30, 2017 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrisch/688241a14b55c263005e148ba41bb5ef to your computer and use it in GitHub Desktop.
Save jrisch/688241a14b55c263005e148ba41bb5ef to your computer and use it in GitHub Desktop.
- name: Get the UUID of the disk
command: xe vm-disk-list vbd-params=device=xvda uuid={{ vmuuid.stdout }} --minimal
register: vdiuuid
- name: Set disk size
command: xe vdi-resize disk-size="{{ disksize }}" uuid={{ vdiuuid.stdout }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment