From f244f5b5e44c13b7389a68453322c1d4a48ede30 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 27 Mar 2019 21:07:42 -0600 Subject: [PATCH] Update README.md Add descriptions to the README Signed-off-by: Scott Lowe --- ansible/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/README.md b/ansible/README.md index 89f175d..38ec18b 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -10,6 +10,10 @@ This folder contains tools, resources, and examples to help with learning how to **extract-gh-archive**: This folder contains a Vagrant+Ansible environment that demonstrates a few techniques for using Ansible to download a binary release from GitHub, extract it into a temporary directory, copy out the relevant file(s), and then clean up. +**kubeadm-etcd-template**: This folder contains some example Jinja2 templates and an Ansible playbook for generating `kubeadm` config files for generating an etcd cluster. + **kubeadm-template**: In this folder is an example Jinja2 template and Ansible playbook that provide an example of how to create a templated Kubeadm configuration file. +**pulumi-env**: This folder contains an Ansible role to set up a Pulumi working environment. + **src-dst-list**: This set of files shows how to use complex lists with Ansible's "with_items" construct. This allows you to specify, for example, both source and location for a "copy" task in a single block (when both source and destination vary from item to item).