mirror-env/libvirt
Andrew Wang 77a72eb11b give up on autoinstall 2021-09-27 22:49:49 -04:00
..
templates give up on autoinstall 2021-09-27 22:49:49 -04:00
README.md give up on autoinstall 2021-09-27 22:49:49 -04:00
main.yml give up on autoinstall 2021-09-27 22:49:49 -04:00

README.md

then service libvirtd restart

adduser libvirt adduser -aG libvirt

To create the vm run the command

ansible-playbook main.yml

Troubleshooting

net.ipv4.ip_forward = 1 ?
modprobe kvm_intel

If running in /root may need to edit config

# edit /etc/libvirt/qemu.conf
user = "root"
group = "root"
$ service restart libvirtd