Skip to content

Easy to use and configure vagrant-base for multi-vm environments

License

Notifications You must be signed in to change notification settings

knelldev/vagrant-base

Repository files navigation

vagrant-base

The vagrant-base is a combination of scripts and a vagrantfile using a generic and easy to configure design.

Installation

# 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

Usage

vagrant up

Contributing

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.

License

License: MIT License: MIT

About

Easy to use and configure vagrant-base for multi-vm environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published