https://github.com/stelligent/utility-vagrants
A collection of utility VMs defined in a Vagrantfile
https://github.com/stelligent/utility-vagrants
Last synced: 9 months ago
JSON representation
A collection of utility VMs defined in a Vagrantfile
- Host: GitHub
- URL: https://github.com/stelligent/utility-vagrants
- Owner: stelligent
- License: mit
- Created: 2015-11-11T15:20:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T15:58:31.000Z (over 5 years ago)
- Last Synced: 2025-05-14T19:16:55.539Z (about 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 71
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
utility-vagrants
================
A Vagrantfile collecting useful VMs
Usage
=====
Install a type-2 hypervisor (all VMs are currently configured
for VirtualBox) (https://www.virtualbox.org/wiki/Downloads )
Install Vagrant for your operating system (https://www.vagrantup.com/downloads.html )
To get a list of defined VMs: `$ vagrant status`
To start a particular VM: `$ vagrant up centos7`
To connect to a particular VM:
`$ vagrant ssh centos7`
>NOTE: for Windows, recommend RDP: `$ vagrant rdp winserv2012std`
VM descriptions
===============
amazonlinux-2 - Base Amazon Linux 2
centos65 - CentOS 6.5 OS + Puppet + Chef
centos6 - Base CentOS 6.7 OS
centos7 - Base CentOS 7 OS
centos8 - Base CentOS 8 OS
debian8 - Base Debian 8 (Jessie)
debian9 - Base Debian 9 (Stretch)
ubuntu1404 - Base Ubuntu 14.04 OS
ubuntu1504 - Base Ubuntu 15.04 OS
ubuntu1604 - Base Ubuntu 16.04 OS
ubuntu1604dev - Ubuntu 16.04 OS with Gnome desktop + Atom/VSCode IDEs + Git
ubuntu1804 - Base Ubuntu 18.04 OS
ubuntu2004 - Base Ubuntu 20.04 OS
winserv2012std - Windows Server 2k12 R2 Standard Edition
winserv2016eval - Windows Server 2k16 Standard Evaluation
>NOTE: winserv2016eval given 2GB memory b/c Docker host. Two pre-installed images: `microsoft/windowsservercore` & `microsoft/nanoserver`
TODO
====
* Add VMs with various SCM systems (Chef, Puppet, etc) pre-installed
* Test suite of some sort