An open API service indexing awesome lists of open source software.

https://github.com/naeemrashid/workspace

A set of pre-configured virtual machines for Students/Developers using vagrant and ansible
https://github.com/naeemrashid/workspace

ansible ansible-playbook ansible-roles vagrant-boxes vagrant-machine vagrantfile

Last synced: 7 months ago
JSON representation

A set of pre-configured virtual machines for Students/Developers using vagrant and ansible

Awesome Lists containing this project

README

          

# Workspace
A set of pre-configured virtual machines for Students/Developers using Vagrant and Ansible. Just ```vagrant up``` and :tada:

## Pre-requisite
+ [Virtual Box](https://www.virtualbox.org/wiki/Downloads)

+ [Vagrant](https://www.vagrantup.com/downloads.html)

+ [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html)

### Installation Steps
```
git clone https://github.com/naeemkhan12/Workspace.git
cd Workspace/sample-machine
vagrant up
```

### Contribute
+ Not listed what you are looking for, create an issue with the name of environment :tent: and list of required packages :package: to be installed.
+ Modify or add new ones by creating a new branch e.g ``my-awesome-env`` and send a pull request :tada:.