Skip to content

andreoug/virtualboxSiteDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

virtualboxSiteDemo

An ansible vagrant provision for my demos using: ubuntu/precise64 with tasks:

##Execution Steps:##

###using box_url on precise-server box

  • run
    vagrant up
  • connect over ssh
    vagrant ssh

###using local file precise-server box

  • download ubuntu/precise64 box
  • move it to a local directory
  • edit Vagrantfile and set config.vm.box_url with the approprate local path to your box
  • run
    vagrant up
  • connect over ssh
    vagrant ssh

##Credits## This repository was initial cloned from horaceheaven/vagrant-ansible-docker

About

An ansible vagrant provision for my demos using: precise-server-cloudimg-amd64-vagrant-disk1.box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages