Skip to content

TechDawg270/vagrant-dev-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant DevOps Developer Machine

A vagrant machine running Ubuntu with all the fixins to do the DevOps'n

VirtualBox

Download VirtualBox

Vagrant Install

Visit the Vagrant downloads page, or try something like this

  • Debian Linux - wget https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.deb && sudo dpkg -i vagrant_2.0.3_x86_64.deb; rm vagrant_2.0.3_x86_64.deb
  • Windows - choco install vagrant

Tools Included

  • Git
  • Ansible
  • Terraform (v0.11.5)
  • Packer (v1.2.1)
  • AWS CLI

Getting Started

Bringing the machine up

vagrant up

Logging in to the machine

vagrant ssh

Synced Folders

  • By default, Vagrant will share your project directory (the current working directory with the Vagrantfile) to /vagrant on the vagrant machine

  • If the local directory ~/Development exists then it is mapped to ~/Development on the vagrant machine

  • If the local directory ~/.aws exists then it is mapped to ~/.aws on the vagrant machine

About

Vagrant machine to get up and running with DevOps tool chain

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages