Update numbering

This commit is contained in:
Cedric Girard 2018-08-02 11:46:44 +02:00
parent 010813ec78
commit da27401954
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# 10 - Run Playbook
# 1 - Run Playbook
This exercise introduces you to running playbook. The playbook is already written.

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,4 @@
# 40 - Handlers
# 4 - Handlers
This exercise makes you use handlers to control flow execution.

View File

@ -1,4 +1,4 @@
# 50 - Template
# 5 - Template
This playbook makes you use Jinja templating to deploy custom motd.

View File

@ -1,4 +1,4 @@
# 60 - Facts
# 6 - Facts
This exercise makes you use facts to adapt content

View File

@ -1,4 +1,4 @@
# 70 - Delegate
# 7 - Delegate
This exercise makes you use delegation.

View File

@ -1,4 +1,4 @@
# 80 - Loops
# 8 - Loops
This exercise makes you use loops to avoid repetition.

View File

@ -1,4 +1,4 @@
# 90 - Vault
# 9 - Vault
This exercise makes you create and use an Ansible Vault.