Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurron/packer-xubuntu-bionic
A Packer project that creates an Ubuntu 18.04 Vagrant box customized for software development.
https://github.com/kurron/packer-xubuntu-bionic
ansible packer vagrant
Last synced: 5 days ago
JSON representation
A Packer project that creates an Ubuntu 18.04 Vagrant box customized for software development.
- Host: GitHub
- URL: https://github.com/kurron/packer-xubuntu-bionic
- Owner: kurron
- License: apache-2.0
- Created: 2018-03-19T18:29:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T19:29:37.000Z (over 4 years ago)
- Last Synced: 2024-10-31T14:45:26.999Z (about 2 months ago)
- Topics: ansible, packer, vagrant
- Language: Shell
- Size: 32.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This project creates an Xubuntu 18.04 box with software development tools installed.# Prerequisites
* a working [Packer](https://www.packer.io/) installation
* a working [Vagrant](https://www.vagrantup.com/) installation## Existing Bare Bones Box Requirement
# Building
Type `./build.sh` to build the server box.# Installation
The scripts will automatically install the newly built box into Vagrant's cache and publish it to Hashicorp's Atlas.# Tips and Tricks
## Testing The Box
`vagrant up` will launch the server VM.
Once you are satisfied that the box built correctly, use `vagrant destroy` to remove it.# Troubleshooting
# License and Credits
This project is licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/).