Rename folders to allow more than 9 exercise
This commit is contained in:
parent
ab499c2e38
commit
010813ec78
42 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -6,14 +6,14 @@ This repository contains Ansible Labs used for training.
|
||||||
Install Ansible and clone this repo. Customize the `hosts` file to your lab setup.
|
Install Ansible and clone this repo. Customize the `hosts` file to your lab setup.
|
||||||
|
|
||||||
## Content
|
## Content
|
||||||
1. [Run a Playbook](10.Run_Playbook/10.Run_Playbook.md)
|
1. [Run a Playbook](010.Run_Playbook/010.Run_Playbook.md)
|
||||||
1. [Write your First Playbook](20.First_Playbook/20.First_Playbook.md)
|
1. [Write your First Playbook](020.First_Playbook/020.First_Playbook.md)
|
||||||
1. [Include Tasks](30.Task_Inclusion/30.Task_Inclusion.md)
|
1. [Include Tasks](030.Task_Inclusion/030.Task_Inclusion.md)
|
||||||
1. [Use Handlers](40.Handlers/40.Handlers.md)
|
1. [Use Handlers](040.Handlers/040.Handlers.md)
|
||||||
1. [Jinja2 Template](50.Template/50.Template.md)
|
1. [Jinja2 Template](050.Template/050.Template.md)
|
||||||
1. [Using Facts](60.Facts/60.Facts.md)
|
1. [Using Facts](060.Facts/060.Facts.md)
|
||||||
1. [Task Delegation](70.Delegate/70.Delegate.md)
|
1. [Task Delegation](070.Delegate/070.Delegate.md)
|
||||||
1. [Loops](80.Loops/80.Loops.md)
|
1. [Loops](080.Loops/080.Loops.md)
|
||||||
1. [Vault](90.Vault/90.Vault.md)
|
1. [Vault](090.Vault/090.Vault.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue