Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

[DISCONTINUED] Simple Vagrantfile with yaml config for Multi Machine environment. See https://github.com/gmdotnet/vagrant-multi-machine-virtualbox

License

Notifications You must be signed in to change notification settings

giuseppemorelli/Vagrant-Multi-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stable version develop license

Vagrant Multi Machine

This is a simple Vagrantfile with yaml config for Multi Machine environment.

Features

  • vagrant multi machine: use for create any machine you want
  • choose your favourite box
  • update your file hosts automatically
  • YAML config file. No more Vagrantfile to edit!
  • with vagrant plugin HostsUpdater: no more /etc/hosts file to edit!

Requirements

  • virtualbox 5.x
  • vagrant >1.8.4
  • vagrant HostsUpdater plugin: https://github.com/cogitatio/vagrant-hostsupdater install with vagrant plugin install vagrant-hostsupdater
  • (in case of error of shared folder mount errors) vagrant vagrant-vbguest plugin (install with the command vagrant plugin install vagrant-vbguest)

How to use

Vagrant Box

If you want, you can use giuseppemorelli/lamp-stack as box to have a LAMP stack.
More info in other repository: https://github.com/gmdotnet/Vagrant-LAMP

Credits

Giuseppe Morelli - giuseppemorelli.net