We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a6d14 commit 809b653Copy full SHA for 809b653
defaults/main.yml
@@ -4,6 +4,10 @@
4
# file path is not given.
5
libvirt_vm_default_console_log_dir: "/var/log/libvirt-consoles/"
6
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
+
11
# The default location for libvirt images
12
libvirt_volume_default_images_path: '/var/lib/libvirt/images'
13
0 commit comments