Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maschmann/bit-et1804-vagrant-example
https://github.com/maschmann/bit-et1804-vagrant-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maschmann/bit-et1804-vagrant-example
- Owner: maschmann
- Created: 2018-10-17T07:46:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T08:18:38.000Z (about 6 years ago)
- Last Synced: 2024-11-08T17:55:00.506Z (about 2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic vagrant/virtualbox example for bIT ET 2018/04
This example shows how to configure vagrant to create five virtual machines, based on Jeff Geerling's debian9 images, sporting fixed IPs for easy access.
Like all vagrant VMs, access is available via ssh with ```vagrant:vagrant``` or ```vagrant ssh```.
# start, stop and provision
All instances can be started with ```vagrant up```, stopped with ```vagrant halt``` and resetted/destroyed with ```vagrant destroy```.
If you want to add provisioning, just do a quick ```vagrant provision``` :-)