From bc2b890a4e9b5c43980d1e7a2a17d0ef77f965dd Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Mon, 25 Jan 2021 21:33:54 -0700 Subject: [PATCH] Update documentation Update the README.md file for the Ansible directory. Signed-off-by: Scott Lowe --- ansible/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/README.md b/ansible/README.md index 246a20f..6cd192e 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -19,3 +19,5 @@ This folder contains tools, resources, and examples to help with learning how to **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). + +**wireguard**: This folder provides a playbook that performs a very basic Wireguard installation.