mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update README.md for Ansible area
Add information on new environment in Ansible area that shows using complex lists with Ansible's "with_items" construct Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
f0613ae72b
commit
f7caa9d798
1 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue