diff options
| author | spmfox <spmfox@foxwd.com> | 2023-05-30 17:18:32 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-05-30 17:18:32 -0400 |
| commit | 2084b4bae22557fa4a4d8dbe50662a730252cfb9 (patch) | |
| tree | 751ec050ab95ea8b4dd78db20170423f4885b605 /roles/libvirt/defaults/main.yml | |
| parent | dc5c87e726d74b3eae2280ae870f81b817599ea5 (diff) | |
adding support for fedora
Diffstat (limited to 'roles/libvirt/defaults/main.yml')
| -rw-r--r-- | roles/libvirt/defaults/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/libvirt/defaults/main.yml b/roles/libvirt/defaults/main.yml new file mode 100644 index 0000000..4fbd9d5 --- /dev/null +++ b/roles/libvirt/defaults/main.yml @@ -0,0 +1,4 @@ +# This variable is only needed for custom virt-install --location arguments, such as finding the kernel +# Example usage would be libvirt_vm_location_arguments: ",kernel=/mnt/path/to/vmlinuz,initrd=/mnt/path/to/initrd.img" +# ',' at the beginning is necessary, as this is attached to the virt-install --location /path/to/location command +libvirt_vm_location_arguments: "" |
