A vagrant machine running Ubuntu with all the fixins to do the DevOps'n
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
- Git
- Ansible
- Terraform (v0.11.5)
- Packer (v1.2.1)
- AWS CLI
vagrant up
vagrant ssh
-
By default, Vagrant will share your project directory (the current working directory with the Vagrantfile) to
/vagranton the vagrant machine -
If the local directory
~/Developmentexists then it is mapped to~/Developmenton the vagrant machine -
If the local directory
~/.awsexists then it is mapped to~/.awson the vagrant machine