File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ Role Variables
1919- ` libvirt_vm_image_cache_path ` : The directory in which to cache downloaded
2020 images. Default is "/tmp/".
2121
22+ - ` libvirt_volume_default_images_path ` : Directory in which instance images are
23+ stored. Default is '/var/lib/libvirt/images'.
24+
25+ - ` libvirt_volume_default_type ` : What type of backing volume does the instance use? Default is ` volume ` .
26+
27+ - ` libvirt_volume_default_format ` : Format for volumes created by the role, Default is ` qcow2 ` .
28+
29+ - ` libvirt_volume_default_device ` : Control how device appears in guest OS. Defaults to ` disk ` .
30+
31+
2232- ` libvirt_vm_engine ` : virtualisation engine. If not set, the role will attempt
2333 to auto-detect the optimal engine to use.
2434
You can’t perform that action at this time.
0 commit comments