Go to file
Cedric Girard 14205f554a correct markdown 2020-02-06 15:47:29 +01:00
010.Run_Playbook Update numbering 2018-08-02 11:46:44 +02:00
020.First_Playbook Update numbering 2018-08-02 11:46:44 +02:00
030.Task_Inclusion Update numbering 2018-08-02 11:46:44 +02:00
040.Handlers use generic service module in solution 2018-12-06 16:47:13 +01:00
050.Template correct markdown 2020-02-06 15:47:29 +01:00
060.Facts Update numbering 2018-08-02 11:46:44 +02:00
070.Delegate Update numbering 2018-08-02 11:46:44 +02:00
080.Loops Update numbering 2018-08-02 11:46:44 +02:00
090.Conditional reorder exercises 2018-12-03 15:59:33 +01:00
100.Vault reorder exercises 2018-12-03 15:59:33 +01:00
110.Prompt reorder exercises 2018-12-03 15:59:33 +01:00
.gitignore Initial commit 2018-07-30 11:23:26 +02:00
README.md reorder exercises 2018-12-03 15:59:33 +01:00
hosts switch to python2 because of async bug 2018-08-02 15:48:58 +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
  7. Task Delegation
  8. Loops
  9. Conditionals
  10. Vault
  11. User Prompt