Skip to content

Commit 75dfae8

Browse files
committed
Document libvirt_volume_default_* values
Requested in PR, these had slipped through the initial work.
1 parent 6356e58 commit 75dfae8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)