From da27401954686d5dca13fcbea4a35c104831a750 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 2 Aug 2018 11:46:44 +0200 Subject: [PATCH] Update numbering --- 010.Run_Playbook/010.Run_Playbook.md | 2 +- 020.First_Playbook/020.First_Playbook.md | 2 +- 030.Task_Inclusion/030.Task_Inclusion.md | 2 +- 040.Handlers/040.Handlers.md | 2 +- 050.Template/050.Template.md | 2 +- 060.Facts/060.Facts.md | 2 +- 070.Delegate/070.Delegate.md | 2 +- 080.Loops/080.Loops.md | 2 +- 090.Vault/090.Vault.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/010.Run_Playbook/010.Run_Playbook.md b/010.Run_Playbook/010.Run_Playbook.md index a38e078..6e49aae 100644 --- a/010.Run_Playbook/010.Run_Playbook.md +++ b/010.Run_Playbook/010.Run_Playbook.md @@ -1,4 +1,4 @@ -# 10 - Run Playbook +# 1 - Run Playbook This exercise introduces you to running playbook. The playbook is already written. diff --git a/020.First_Playbook/020.First_Playbook.md b/020.First_Playbook/020.First_Playbook.md index 12d6e54..1da9cdc 100644 --- a/020.First_Playbook/020.First_Playbook.md +++ b/020.First_Playbook/020.First_Playbook.md @@ -1,4 +1,4 @@ -# 20 - First Playbook +# 2 - First Playbook This exercise makes you write your first playbook from scratch. The playbook copy a file to several hosts. diff --git a/030.Task_Inclusion/030.Task_Inclusion.md b/030.Task_Inclusion/030.Task_Inclusion.md index 8a51d6b..c080d24 100644 --- a/030.Task_Inclusion/030.Task_Inclusion.md +++ b/030.Task_Inclusion/030.Task_Inclusion.md @@ -1,4 +1,4 @@ -# 30 - Task Inclusion +# 3 - Task Inclusion This exercise allows you to use the inclusion mechanisms allowing to have more reusability among your playbooks. diff --git a/040.Handlers/040.Handlers.md b/040.Handlers/040.Handlers.md index b4fd917..ee8dd33 100644 --- a/040.Handlers/040.Handlers.md +++ b/040.Handlers/040.Handlers.md @@ -1,4 +1,4 @@ -# 40 - Handlers +# 4 - Handlers This exercise makes you use handlers to control flow execution. diff --git a/050.Template/050.Template.md b/050.Template/050.Template.md index 328f6bf..eabd7f6 100644 --- a/050.Template/050.Template.md +++ b/050.Template/050.Template.md @@ -1,4 +1,4 @@ -# 50 - Template +# 5 - Template This playbook makes you use Jinja templating to deploy custom motd. diff --git a/060.Facts/060.Facts.md b/060.Facts/060.Facts.md index f02651d..e42d06f 100644 --- a/060.Facts/060.Facts.md +++ b/060.Facts/060.Facts.md @@ -1,4 +1,4 @@ -# 60 - Facts +# 6 - Facts This exercise makes you use facts to adapt content diff --git a/070.Delegate/070.Delegate.md b/070.Delegate/070.Delegate.md index 99f7144..e298c47 100644 --- a/070.Delegate/070.Delegate.md +++ b/070.Delegate/070.Delegate.md @@ -1,4 +1,4 @@ -# 70 - Delegate +# 7 - Delegate This exercise makes you use delegation. diff --git a/080.Loops/080.Loops.md b/080.Loops/080.Loops.md index e2a6232..99261cb 100644 --- a/080.Loops/080.Loops.md +++ b/080.Loops/080.Loops.md @@ -1,4 +1,4 @@ -# 80 - Loops +# 8 - Loops This exercise makes you use loops to avoid repetition. diff --git a/090.Vault/090.Vault.md b/090.Vault/090.Vault.md index 3bd9f62..5ffeb4b 100644 --- a/090.Vault/090.Vault.md +++ b/090.Vault/090.Vault.md @@ -1,4 +1,4 @@ -# 90 - Vault +# 9 - Vault This exercise makes you create and use an Ansible Vault.