ansible.qemu_img(3) - Linux man page

Name

qemu_img - Create qemu images

Description

This module creates images for qemu.

Options

dest

The image file to create or remove(required)

state

If the image should be present or absent - default present Choices: absent,present.

format

The image format - default qcow2

size

The size of the image in megabytes.."

Notes

This module does not change the type of the image.

Examples

qemu_img dest=/tmp/testimg size=5 format=raw

qemu_img dest=/tmp/testimg size=6 format=raw

qemu_img dest=/tmp/testimg state=absent

Author

Jeroen Hoekx

See Also

ansible(1), http://ansible.github.com/modules.html#qemu-img