Go to file
Cedric Girard 987d7ba58f switch to python2 because of async bug 2018-08-02 15:48:58 +02: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 Update numbering 2018-08-02 11:46:44 +02:00
050.Template Update numbering 2018-08-02 11:46:44 +02: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.Vault Update numbering 2018-08-02 11:46:44 +02:00
100.Prompt 10th exercise: user prompt 2018-08-02 14:08:37 +02:00
110.Conditional 11th exercise: conditionals 2018-08-02 15:48:30 +02:00
.gitignore Initial commit 2018-07-30 11:23:26 +02:00
README.md 11th exercise: conditionals 2018-08-02 15:48:30 +02: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. Vault
  10. User Prompt
  11. Conditionals