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

#171 isn't fixed (anymore?) in 1.8.9 but maybe it's another cause, so here we go... * Windows 7 * at least since Vagrant 2.2.14 - 2.2.16 * git version 2.31.0.windows.1...

$ **vagrant -v** Vagrant 2.2.19 $ **vagrant plugin install vagrant-hostmanager** Installing the 'vagrant-hostmanager' plugin. This can take a few minutes... Vagrant failed to load a configured plugin source. This can...

It looks like hostmanager doesn't run before "up" (anymore?). When doing "vagrant up" on a RHEL 8 vagrant box, I noticed that hostmanager didn't update host and guest hosts files...

This is not working as specified. It adds the wrong IP to my hosts file.

My Vagrantfile can create multiple machines depending on environnement variable (`vm.hostname = "#{DIST}.loc"`), I use it for parallel testing on Jenkins. However, host file contains only one of the machines...

It seems like vagrant-hostmanager is reading the IP address of a host from the Vagrantfile. However, when using DHCP, that does not work.

Hi Not sure if this is possible automatically. I have installed https://www.vagrantup.com/docs/other/wsl and installed hostmanager plugin in WSL2 ubuntu. The plugin updates the file /etc/hosts in ubuntu, but does not...

Hi, I am using vagrant in WSL environment: https://www.vagrantup.com/docs/other/wsl.html It works perfectly, but there is one small problem: vagrant-hostmanager only updates ubuntu hosts file, leaving windows one untouched.

I needed to be able to manage additional hostfile entries when running a multi-machine vagrantfile that contained both virtualbox and docker containers (managed by docker-compose).

- Probably an universal solution for the line ending problem: Read the file, ignore how it converted line endings and just convert it to universal newline, then work on it...