Skip to content

Vagrant

Install

From source

  • Add hashicorp repository
dnf config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
  • Installing package
dnf install vagrant
sudo yum install -y yum-utils
  • Add hashicorp repository
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
  • Installing package
sudo yum -y install vagrant

Source : (Install Vagrant)[https://developer.hashicorp.com/vagrant/downloads?product_intent=vagrant]

Init project

vagrant init hashicorp/bionic64

A Vagrantfile has been placed in this directory. You are now ready to vagrant up your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on vagrantup.com for more information on using Vagrant.