All Projects → voraciousdev → vebs

voraciousdev / vebs

Licence: MIT license
Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to vebs

kubernetes-automation-toolkit
This repository contains code examples and documentation for learning how applications can be developed with Kubernetes
Stars: ✭ 51 (+292.31%)
Mutual labels:  vagrant
kubernetes-basico
Demonstração dos componentes do Kubernetes
Stars: ✭ 26 (+100%)
Mutual labels:  vagrant
ansible-vbox-vagrant-kubernetes
Building a Kubernetes Cluster with Vagrant and Ansible
Stars: ✭ 70 (+438.46%)
Mutual labels:  vagrant
vagrant-pxe
A vagrant PXE client/server environment with libvirt provider.
Stars: ✭ 51 (+292.31%)
Mutual labels:  vagrant
nexus-vagrant
Vagrant Environment for a Nexus Repository OSS service
Stars: ✭ 19 (+46.15%)
Mutual labels:  vagrant
nustuff
Useful scripting and Linux configuration examples
Stars: ✭ 39 (+200%)
Mutual labels:  vagrant
vagrant
Vagrant Builds
Stars: ✭ 154 (+1084.62%)
Mutual labels:  vagrant
learn-ansible-and-jenkins-in-30-days
Ansible + Jenkins in 30 days tutorial.
Stars: ✭ 35 (+169.23%)
Mutual labels:  vagrant
vagrant-sprinkle
A Sprinkle provisioner for Vagrant.
Stars: ✭ 12 (-7.69%)
Mutual labels:  vagrant
saltstack-lxc-vagrant
Vagrantfile for setting up a SaltStack test/dev environment.
Stars: ✭ 13 (+0%)
Mutual labels:  vagrant
vagrant-pebble-sdk
This repo contains allows you to quickly and easily create a Virtual Machine with a working Pebble SDK install using Vagrant and Virtualbox
Stars: ✭ 13 (+0%)
Mutual labels:  vagrant
drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (+353.85%)
Mutual labels:  vagrant
packer-kali linux
This is a repository that will be used to help create a process of a new kali vagrant box for hashicorp each week.
Stars: ✭ 36 (+176.92%)
Mutual labels:  vagrant
magento2-ansible-vagrant
Ⓜ️2️⃣ Ansible provisioned Ubuntu 16.04 vagrant box for Magento2 development.
Stars: ✭ 25 (+92.31%)
Mutual labels:  vagrant
acquia-cloud-vm
VirtualBox/Vagrant-based VM to closely match Acquia Cloud environment.
Stars: ✭ 20 (+53.85%)
Mutual labels:  vagrant
ldap-vagrant
A LDAP Server in a Vagrant sandbox
Stars: ✭ 20 (+53.85%)
Mutual labels:  vagrant
puppet-magnum
rubygems.org/gems/puppet-magnum
Stars: ✭ 31 (+138.46%)
Mutual labels:  vagrant
kubernetes-cluster
Vagrant As Automation Script
Stars: ✭ 34 (+161.54%)
Mutual labels:  vagrant
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (+38.46%)
Mutual labels:  vagrant
packer-FreeBSD
Build a FreeBSD VM for Vagrant using packer
Stars: ✭ 23 (+76.92%)
Mutual labels:  vagrant

vagrant (or ubuntu)
environment
bash
scripts

Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.

usage

To get started, all you need to do is pull down a copy of this project's Vagrantfile:

# wget
wget https://drm2.co/Vagrantfile # this url redirects to the raw Vagrantfile

Now, you can uncomment the packages you need and launch Vagrant:

# launch vagrant
vagrant up

That's it! Enjoy!

examples

How to quickly set up a LEMP stack

How to quickly set up a LEMP stack - screencast

development

To develop/test scripts locally, you simply need to fork the repo and change the last command when launching Vagrant:

# launch vagrant in DEV mode
ENV=DEV vagrant up

Project inspired by Vaprobash

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].