Provisionner des VM avec Hashicorp Vagrant

Posted June 27, 2022 by deild ‐ 1 min read

Installation de Vagrant

Download Vagrant chez HashiCorp

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install vagrant

Installation avec le provider libvirt

FAQ See

https://github.com/hashicorp/vagrant/issues/11020 https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1031 https://bugzilla.redhat.com/show_bug.cgi?id=1437933

Modifier cette page sur GitLab