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
- Host: GitHub
- URL: https://github.com/naeemrashid/workspace
- Owner: naeemrashid
- License: mit
- Created: 2018-01-08T05:16:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T06:12:46.000Z (over 7 years ago)
- Last Synced: 2025-01-13T01:47:42.228Z (9 months ago)
- Topics: ansible, ansible-playbook, ansible-roles, vagrant-boxes, vagrant-machine, vagrantfile
- Language: Ruby
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:.