The vagrant-base
is a combination of scripts and a vagrantfile using a generic and easy to configure design.
# Clone this repository
git clone https://github.com/knelldev/vagrant-base
# Install neccessary vagrant plugins
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hosts
# Generated SSH-Keys in keys/ will get automatically deployed to each VM for SSH
ssh-keygen -t rsa -b 4096 -f keys/id_rsa
vagrant up
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.