Skip to content

Instantly share code, notes, and snippets.

@digital-wonderland
digital-wonderland / Vagrantfile
Last active January 7, 2016 03:15
Vagrant & cloud-config files to reproduce coreos#1794
# -*- mode: ruby -*-
# # vi: set ft=ruby :
require 'fileutils'
Vagrant.require_version ">= 1.6.0"
CONFIG = File.join(File.dirname(__FILE__), "config.rb")
# Defaults for config options defined in CONFIG
@digital-wonderland
digital-wonderland / README.md
Last active April 6, 2022 17:22
Unit files to deploy an ElasticSearch cluster on CoreOS via Fleet