vagrant-hostmanager icon indicating copy to clipboard operation
vagrant-hostmanager copied to clipboard

:pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.

Results 82 vagrant-hostmanager issues
Sort by recently updated
recently updated
newest added
trafficstars

We add quite a few entries with this plugin and the resulting hostsfile on the linux hosts file is being cut off. We run on Windows Hyper-V but im not...

Hi there! One of the projects I use frequently, https://github.com/roots/trellis, uses `vagrant-hostmanager` to manage the `hosts` file on the host for accessing local VMs. For whatever reason, connecting to the...

add configurable ability to update the hosts on `vagrant halt` command

I added the suggested line to add to sudoers th evagrant host manager for the update. it does work with `vagrant up`, it ask password with `vagrant destroy`. what is...

This appears to be the same issue as #102, but nothing there worked for me. Still looking for a solution. (Edit: Problem has since been solved, I was clearing files...

Fixes a couple of typos

Windows only allows 9 host entries per line, but the hostmanager plugin adds every host alias into one line. So, the hostmanager has to split the entries into packages of...

Is it possible to add a list of hostnames and IPs to my vagrant box / hostsync with vagrant-hostmanager? Eg. ` config.hostmanager.add_host '10.0.2.3', ['myotherhost.vagrantup.internal', 'myotherhost'] config.hostmanager.add_host '10.0.2.4', ['mysecondhost.vagrantup.internal', 'mysecondhost'] `

I've installed vagrant-hostmanager on dozens of systems (great tool!), but now I have an installation error. Here is the result of my installation command: $ vagrant plugin install vagrant-hostmanager Installing...

I made a completely variable setup that allows me to generate similar machines but the names, hostname, etc are controlled by startup flags. ```ruby namespace="learningbird" ssh_user="lb-user" machine_type="app" begin opts.each do...