Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 640 Bytes

vagrant.md

File metadata and controls

33 lines (23 loc) · 640 Bytes

Installing Vagrant

Fedora

Assuming you want vagrant with libvirt:

dnf -y install libvirt-daemon-kvm ansible vagrant-libvirt
systemctl enable --now libvirtd

Centos 7

For this you need EPEL and SCLo

yum -y install epel-release centos-release-scl
yum -y install libvirt-daemon-kvm ansible sclo-vagrant1-vagrant-libvirt
systemctl enable libvirtd
systemctl start libvirtd

Now you need to run commands in the vagrant SCL. The easiest is to start a new shell:

scl enable sclo-vagrant1 bash

You can also manually load the SCL into your existing bash:

. /opt/rh/sclo-vagrant1/enable