Skip to content

Instantly share code, notes, and snippets.

@ruzickap
Created October 23, 2017 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruzickap/e91e0d7b5cb63ad8c71ac9c30b4613f7 to your computer and use it in GitHub Desktop.
Save ruzickap/e91e0d7b5cb63ad8c71ac9c30b4613f7 to your computer and use it in GitHub Desktop.
Vagrant using KVM with WinRM installation in Fedora
# Uninstall Vagrant delivered in Fedora
dnf remove vagrant
# Install Vagrant from oficial rpm which has WinRM included
dnf install https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.rpm
# Install libvirt/KVM plugin (https://github.com/vagrant-libvirt/vagrant-libvirt) for vagrant
vagrant plugin install vagrant-libvirt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment