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
19
19
- ` libvirt_vm_image_cache_path ` : The directory in which to cache downloaded
20
20
images. Default is "/tmp/".
21
21
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
+
22
32
- ` libvirt_vm_engine ` : virtualisation engine. If not set, the role will attempt
23
33
to auto-detect the optimal engine to use.
24
34
You can’t perform that action at this time.
0 commit comments