Skip to content

General template for Vagrant running VMware Fusion as hypervisor.

Notifications You must be signed in to change notification settings

davaba86/vagrant-vmware-tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-vmware-tmpl

TL;DR

This Vagrant is meant to be used as a general template, allowing you to generate one or more VM's with ease.

Also the ssh-config is copied into your ~/.ssh/config.d/, allowing you to ssh without the vagrant command. This however does require that you create the config.d path manually before.

Requirements

mkdir ~/.ssh/config.d

Vagrant Plugins:

  • vagrant-hostmanager
  • vagrant-vmware-desktop
vagrant plugin install vagrant-hostmanager vagrant-vmware-desktop

How to Run

vagrant up
vagrant destroy --force

About

General template for Vagrant running VMware Fusion as hypervisor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published