From 2084b4bae22557fa4a4d8dbe50662a730252cfb9 Mon Sep 17 00:00:00 2001 From: spmfox Date: Tue, 30 May 2023 17:18:32 -0400 Subject: adding support for fedora --- roles/libvirt/defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/libvirt/defaults/main.yml (limited to 'roles/libvirt/defaults') 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: "" -- cgit