Skip to main content

Questions tagged [vagrant]

Use this tag for questions about Vagrant, an open-source software product for building and maintaining portable virtual development environments.

0 votes
1 answer
46 views

Where can I change the icon for my Vagrant box on Vagrant Cloud to match the Guest OS. Is it possible to do so? Problem I just published my first Vagrant box on Vagrant Cloud. But it has this icon: ...
b01's user avatar
  • 101
0 votes
0 answers
44 views

I'm serving a simple HTML page (just says "Hi") using Nginx, behind a Traefik proxy, on a virtual machine provisioned with Vagrant. Everything runs inside Docker containers managed with ...
brunomaso1's user avatar
-1 votes
1 answer
65 views

I have installed centos 7 via vagrant file. I have installed nexus on the centos VM. The service is running in centos, but nexus welcome page is not opening in browser. Kindly help. My vagrant file is ...
Reshma R's user avatar
0 votes
1 answer
58 views

Im trying to get a vagrant virtualbox vmware/photon up and running but the most basic Vagrantfile emits an error. Vagrant.configure("2") do |config| config.vm.box = "vmware/...
Serve Laurijssen's user avatar
-1 votes
1 answer
280 views

The issue: For any vagrant box, whenever I run the vagrant up command, I get the following error: This even happened when I tried the centos/7 box instead. What I have tried: Tried having VirtualBox ...
aquaticos's user avatar
-2 votes
1 answer
1k views

I started learning devops technologies, but I encountered a problem with my laptop on the first labs, I cant provision more than 3 VMs in Vagrant, and I found out that my processor is not sufficient, ...
Van Hohenheim's user avatar
1 vote
2 answers
474 views

I'm looking for a platform that allows me to run tests against multiple, closely-coupled systems. We deploy different products to Red Hat family machines - think Rocky Linux, CentOS, Fedora, RHEL, etc....
vpseg's user avatar
  • 21
0 votes
1 answer
76 views

I have written a multi-vm vagrant file, first I am not able to ssh using vagrant ssh dnsmasq to the first vm and for second vm the public network is not getting created i.e. after I ssh to pihole vm, ...
Ciasto piekarz's user avatar
4 votes
0 answers
95 views

So what I think I'm trying to do is pretty simple, I need to execute the following in-order: Run a script that will install via script VBoxLinuxAdditions.run [this is working when I run it by itself] ...
user1172468's user avatar
2 votes
1 answer
209 views

I have a problem with vagrant that is running on windows 10 when I deploy centos 8 machines all the machines have eth0 with the same Ip and they cannot communicate with each other the ip 10.0.2.15 ...
danidar's user avatar
  • 123
5 votes
3 answers
15k views

I've followed the recommendations I could find to prevent this from happening. I am using Vagrant, but once the boxes are spun, I'd like to do things with the ansible command sometimes. $ grep ...
Ken - Enough about Monica's user avatar
1 vote
1 answer
453 views

So I am working on a research project and I am trying to automatically generate specific environments on different virtualization techniques. So, first I made a Vagrantfile that pulls an Ubuntu ...
Kyu96's user avatar
  • 145
4 votes
2 answers
5k views

So I have have an Ansible Task that extracts a programs sourcecode zip into a certain directory and is then supposed to compile and install it. The extraction of the zip works fine, but then I need to ...
Kyu96's user avatar
  • 145
0 votes
1 answer
397 views

Versions Vagrant: 1.9.5 Provider: Virtualbox 5.2.30 Guest: precise32 Host: windows 7 -32bit, build:7600 Powershell: 2.0 Vagrant destroy & up output nothing happens here...just an empty directory ...
Ganesh Redd's user avatar
2 votes
1 answer
181 views

I'm building my Windows server 2012 vm with packer and when I'm doing a vagrant up it's failing because the folder name already exists… Here is my json file for packer { "builders": [ { "...
Matthieu Ducorps's user avatar

15 30 50 per page