Skip to content

Commit 809b653

Browse files
committed
add default for libvirt_vm_default_uuid_deterministic
1 parent 60a6d14 commit 809b653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

defaults/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# file path is not given.
55
libvirt_vm_default_console_log_dir: "/var/log/libvirt-consoles/"
66

7+
# Whether UUID should be calculated by hashing the VM name. If not, the UUID is
8+
# randomly generated by libvirt when the VM is defined.
9+
libvirt_vm_default_uuid_deterministic: False
10+
711
# The default location for libvirt images
812
libvirt_volume_default_images_path: '/var/lib/libvirt/images'
913

0 commit comments

Comments
 (0)