ansible-labs/README.md

20 lines
615 B
Markdown
Raw Normal View History

2018-07-30 13:42:10 +02:00
# Ansible Labs
This repository contains Ansible Labs used for training.
## Setup
Install Ansible and clone this repo. Customize the `hosts` file to your lab setup.
2018-07-30 17:21:36 +02:00
## Content
1. [Run a Playbook](10.Run_Playbook/10.Run_Playbook.md)
1. [Write your First Playbook](20.First_Playbook/20.First_Playbook.md)
2018-08-01 12:14:19 +02:00
1. [Include Tasks](30.Task_Inclusion/30.Task_Inclusion.md)
1. [Use Handlers](40.Handlers/40.Handlers.md)
2018-08-01 15:28:03 +02:00
1. [Jinja2 Template](50.Template/50.Template.md)
1. [Using Facts](60.Facts/60.Facts.md)
2018-08-01 15:51:36 +02:00
1. [Task Delegation](70.Delegate/70.Delegate.md)
2018-08-01 17:30:44 +02:00
1. [Loops](80.Loops/80.Loops.md)
2018-08-02 11:27:04 +02:00
1. [Vault](90.Vault/90.Vault.md)
2018-07-30 13:42:10 +02:00
2018-07-30 11:23:26 +02:00