scottslowe-learning-tools/ansible
Scott Lowe 2fca12122a
Add files to show how to bootstrap Ubuntu 16.04 for Ansible
Add Terraform configurations to launch an Ubuntu 16.04 AWS instance. Add Ansible playbook to bootstrap the instance for use with Ansible.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-18 21:40:05 -06:00
..
ansible-aws Reorganize repository contents 2017-02-23 16:12:37 -07:00
bootstrap Add files to show how to bootstrap Ubuntu 16.04 for Ansible 2017-09-18 21:40:05 -06:00
src-dst-list Add environment for Ansible "with_items" testing 2017-03-07 13:35:01 -07:00
README.md Update README.md for Ansible area 2017-03-07 13:39:11 -07:00

Learning Tools: Ansible

This folder contains tools, resources, and examples to help with learning how to use Ansible in a variety of environments and for a variety of use cases.

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).