Questions tagged [vagrant]
Use this tag for questions about Vagrant, an open-source software product for building and maintaining portable virtual development environments.
42 questions
0 votes
1 answer
46 views
How can I change the icon for a public Vagrant box
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: ...
0 votes
0 answers
44 views
Traefik - Http: 499 - Docker + Vagrant + VirtualBox + Nginx - Conection problem
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 ...
-1 votes
1 answer
65 views
Nexus service running in vagrant VM (centos) but nexus home page not displaying in browser
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 ...
0 votes
1 answer
58 views
vmware/photon with vagrant and virtualbox provider
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/...
-1 votes
1 answer
280 views
vagrant up command fails to find any box
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 ...
-2 votes
1 answer
1k views
Minimum laptop requirements for devops learning
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, ...
1 vote
2 answers
474 views
How does one perform systems testing against multiple interdependent machines?
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....
0 votes
1 answer
76 views
cannot ssh first vm created by multi vm vagrantfile and vm name net getting set & public network not getting created for second vm
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, ...
4 votes
0 answers
95 views
How do I get synced_folder to execute after a shell provisoner
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] ...
2 votes
1 answer
209 views
vagrant on windows 10 incorrect network configuration on multi-machine setup
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 ...
5 votes
3 answers
15k views
Ansible warning that host key has changed, even though I've taken multiple steps to prevent this warning
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 ...
1 vote
1 answer
453 views
Build Docker Images with Ansible + Vagrant
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 ...
4 votes
2 answers
5k views
Ansible configure and compile in directory
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 ...
0 votes
1 answer
397 views
Problem with Vagrant : Nothing happens on vagrant up command
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 ...
2 votes
1 answer
181 views
Understanding Vagrant virtual machine import
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": [ { "...