diff --git a/ansible/README.md b/ansible/README.md index b050a72..23a0e9b 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -5,3 +5,5 @@ This folder contains tools, resources, and examples to help with learning how to ## Contents **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. + +**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).