Skip to content

Spin an ubuntu bionic LTS server with vagrant and provision it with shell

Notifications You must be signed in to change notification settings

MartinKaburu/vagrant-ubuntuBionic64-LTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-ubuntuBionic64-LTS

Spin an ubuntu bionic LTS server with vagrant and provision it with shell

Start the VM

$ vagrant up

Provision the VM

$ vagrant provision

SSH into the VM

run $ vagrant ssh-config to get the path to your PRIVATE_KEY

$ ssh -i $PATH_TO_PRIVATE_KEY vagrant@192.168.60.70 || $ vagrant ssh

About

Spin an ubuntu bionic LTS server with vagrant and provision it with shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages