From 174c5a9b5ad75dca6556f41ef229a85f35262827 Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Sat, 26 Nov 2016 02:03:25 -0700 Subject: [PATCH] Update master README.md Add entry to master README.md about "complex" JSON file environment Signed-off-by: Scott S. Lowe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55fd0c4..e010f78 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This repository contains a variety of files and tools for learning new technolog **ansible-aws**: This set of files shows how to use Ansible to both provision infrastructure on AWS as well as how to decommission (tear down) that same infrastructure. +**complex-json**: This folder contains files that illustrate how to use a "complex" JSON file as an external data source for a `Vagrantfile`. + **complex-yaml**: This folder contains files that illustrate how to use "complex" YAML files in a `Vagrantfile`. **consul-ansible**: In this folder you'll find a `Vagrantfile` and supporting documents to run a Consul cluster under Vagrant on your local laptop. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host.