Update numbering
This commit is contained in:
parent
010813ec78
commit
da27401954
9 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# 10 - Run Playbook
|
||||
# 1 - Run Playbook
|
||||
|
||||
This exercise introduces you to running playbook. The playbook is already written.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 40 - Handlers
|
||||
# 4 - Handlers
|
||||
|
||||
This exercise makes you use handlers to control flow execution.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 50 - Template
|
||||
# 5 - Template
|
||||
|
||||
This playbook makes you use Jinja templating to deploy custom motd.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 60 - Facts
|
||||
# 6 - Facts
|
||||
|
||||
This exercise makes you use facts to adapt content
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 70 - Delegate
|
||||
# 7 - Delegate
|
||||
|
||||
This exercise makes you use delegation.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 80 - Loops
|
||||
# 8 - Loops
|
||||
|
||||
This exercise makes you use loops to avoid repetition.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 90 - Vault
|
||||
# 9 - Vault
|
||||
|
||||
This exercise makes you create and use an Ansible Vault.
|
||||
|
||||
|
|
Loading…
Reference in a new issue