GitHub - mrlesmithjr/ansible-kvm
github.com › mrlesmithjr › ansible-kvmBooting a VM from ISO. You can boot a defined VM up with an ISO by using the following example: NOTE: Defined in your vars. Also, ensure that the default kvm_manage_vms: false is changed to kvm_manage_vms: true. kvm_manage_vms: true kvm_vms : - name: test_vm autostart: true # Define boot devices in order of preference boot_devices : - cdrom ...