Go to file
Cedric Girard 5298185d97 Update TOC 2018-08-01 15:28:03 +02:00
10.Run_Playbook First exercise 2018-07-30 13:42:10 +02:00
20.First_Playbook correct markdown typos 2018-08-01 12:21:23 +02:00
30.Task_Inclusion correct markdown typos 2018-08-01 12:21:23 +02:00
40.Handlers correct markdown typos 2018-08-01 12:21:23 +02:00
50.Template 5th exercise: jinja templating 2018-08-01 15:23:42 +02:00
60.Facts 6th exercise: use facts 2018-08-01 15:25:44 +02:00
.gitignore Initial commit 2018-07-30 11:23:26 +02:00
README.md Update TOC 2018-08-01 15:28:03 +02:00
hosts First exercise 2018-07-30 13:42:10 +02:00

README.md

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.

Content

  1. Run a Playbook
  2. Write your First Playbook
  3. Include Tasks
  4. Use Handlers
  5. Jinja2 Template
  6. Using Facts