kedwards / vas

A project starter that begins with Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vas

A simple vagrant ansible shell package - *renamed

Host Recmmended Requirements:

  • Vagrant - Development Environments Made Easy

  • Vai - A Vagrant provisioning plugin to output a usable ]Ansible inventory to use outside Vagrant.

  • vbguest - A Vagrant plugin to keep your VirtualBox Guest Additions up to date

  • vagrant-aws - Use Vagrant to manage your EC2 and VPC instances.

Clean for your own use

wget -O - https://raw.githubusercontent.com/kedwards/vas/master/install.sh | sudo bash -s <project-name> <sudo_password>

or

git clone --depth=1 git@github.com:kedwards/vas.git && \
rm -rf vas/.git\* && \
mv vas <project-name>

Test

cd vagrant
vagrant up

About

A project starter that begins with Vagrant

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%