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
This introduces a new parameter in libvirt_manager, allowing to use
another template than the current one.
This parameter is intended for advanced use, and will enable further
features, such as OCP node provisioning.
Copy file name to clipboardExpand all lines: roles/libvirt_manager/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Used for checking if:
19
19
*`cifmw_libvirt_manager_user`: (String) User used for libvirt. Default: the one in the environment variable `USER`.
20
20
*`cifmw_libvirt_manager_images_url`: (String) Location basedir for the image URI. Defaults to `https://cloud.centos.org/centos/9-stream/x86_64/images`.
21
21
*`cifmw_libvirt_manager_configuration`: (Dict) Structure describing the libvirt layout (networking and VMs).
22
+
*`cifmw_libvirt_manager_vm_template`: (String) Template name to use to define the virtual machines. Defaults to `domain.xml.j2`. Advanced use only.
22
23
*`cifmw_libvirt_manager_crc_pool`: (String) CRC pool machine location. Defaults to `cifmw_crc_pool` which defaults to `~/.crc/machines/crc`.
23
24
*`cifmw_libvirt_manager_pool_dir`: (String) Pool directory. Defaults to `cifmw_libvirt_manager_basedir/volumes`.Advanced use only.
24
25
*`cifmw_libvirt_manager_installyamls`: (String) install_yamls repository location. Defaults to `cifmw_installyamls_repos` which defaults to `../..`
0 commit comments