Questions tagged [vagrant-plugin]

Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.

Vagrant comes with many great features out of the box to get your environments up and running. Sometimes, however, you want to change the way Vagrant does something or add additional functionality to Vagrant. This can be done via Vagrant plugins.

Resources

Vagrant Plugins

101 questions
0
votes
1 answer

Using executables/programs installed in vagrant vm from the host

Is it possible to use a software/program (e.g. java/ maven) installed in vagrant vm from the host machine? Like placing the executable in the synced folder?
0
votes
1 answer

can not install vagrant-vbguest

I am unable to install vagrant-vbguest on OS X 10.10.4, because it says it can't install Nokogiri. I have: ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14] Vagrant 1.6.2 VirtualBox 4.3.12 The maddening thing is that I do have…
fulv
  • 1,016
  • 1
  • 9
  • 18
0
votes
2 answers

Booting up Vagrant from Jenkins throws Permission Denied

I am trying to Boot up Vagrant VM from Jenkins. I gave Vagrantfile path in 'Boot up Vagrant VM'. When the job runs, I get the following error: Failed to iterate on remote directory vagrant_projs [ vagrant ]: Executing command :[vagrant, up] in…
Anuj Balan
  • 7,629
  • 23
  • 58
  • 92
0
votes
1 answer

vagrant provisioning with ansible error

I'm getting the following error on ==> default: Configuring cache buckets... ==> default: Running provisioner: ansible... The executable 'ansible-playbook' Vagrant is trying to run was not found in the PATH variable. This is an error. Please…
3ND
  • 430
  • 1
  • 6
  • 17
0
votes
1 answer

Error when doing "vagrant provision" with berkshelf

I am using Windows with vagrant and chefdk installed. I can successfully vagrant up a VM without problem. So my next thing to do is to add provisioning feature to it. I downloaded some cookbooks and created a Berksfile to solve the dependencies,…
Victor Wong
  • 2,486
  • 23
  • 32
0
votes
1 answer

vagrant with salt provisioning - running a particular state

Is there a way I can use the salt provisioner to run only a handful of states rather than doing a full highstate? Our full highstate does a bunch of stuff that doesn't make sense for an ephemperal development VM, and in fact, a lot of which just…
Chris Withers
  • 10,837
  • 4
  • 33
  • 51
0
votes
1 answer

Can I - vagrant add box - inside a Vagrantfile?

If I understood correctly, the intention with using vagrant is to have a workflow in which the developer pulls the project sources along with the Vagrantfile, runs "vagrant up" and that's it right? The developer is not suppose to list and add…
Ajar
  • 1,051
  • 3
  • 13
  • 29
-1
votes
0 answers

base.rb Initialize Permission denied @ rb_sysopen - Vagrant Up

I need help with vagrant as it's the first time I wok with. I installed all required vagrant VMWare fusion and VMWare Fusion Tech Preview. after run this command : ln -s /Applications/VMWare\ Fusion\ Tech\ Preview.app /Applications/VMWare\…
-1
votes
1 answer

Vagrant how to install 'vagrant-disksize' plugin

On Ubunto 18 and Windows 10 Vagrant could install vagrant-disksize plugin, configured as: Vagrant.configure("2") do |config| config.vagrant.plugins = ["vagrant-disksize"] On Ubuntu 20Lts it does not work, here is an error: vagrant up Vagrant…
Alexandr
  • 9,213
  • 12
  • 62
  • 102
-1
votes
2 answers

vm * the box 'hashicorp/precise64' could not be found in ubuntu

I Install Vagrant in Ubuntu System(14.04). When i entered " vagrant up " Comment Display Following Error. Bringing machine 'default' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following…
Karthik mathesh
  • 203
  • 1
  • 4
  • 12
-1
votes
1 answer

Vagrant machine events

I'm trying to understand if there is the possibility to develop a vagrant plugin that permits through the vagrantfile to attach custom beahviours to vm events, such the execution of shell commands. For example a vagrant rsync after a command like…
1 2 3 4 5 6
7