You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Role Variables
27
27
28
28
-`libvirt_vm_arch`: CPU architecture, default is `x86_64`.
29
29
30
-
-`libvirt_vm_uri`: Override the libvirt connection URI. See the
30
+
-`libvirt_vm_uri`: Override the libvirt connection URI. See the
31
31
[libvirt docs](https://libvirt.org/remote.html) docs for more details.
32
32
33
33
-`libvirt_vm_virsh_default_env`: Variables contained within this dictionary are
@@ -100,6 +100,7 @@ Role Variables
100
100
-`autostart`: Whether to start the VM when the host starts up. Default is
101
101
`true`.
102
102
103
+
-`xml_template`: Optionally supply a modified XML template. Base customisation off the default `vm.xml.j2` template so as to include the expected jinja expressions the role uses.
103
104
104
105
N.B. the following variables are deprecated: `libvirt_vm_state`,
0 commit comments