mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
test markdown
This commit is contained in:
parent
cbc9b5b2a5
commit
04a88249c9
@ -143,8 +143,8 @@ $ ansible-playbook path/name_of_the_playbook.yml
|
||||
|
||||
#### ansible-roles (a 'template-playbooks' with right structure)
|
||||
|
||||
You already know the tasks (modules) that can be run via CLI
|
||||
The execution plans of multiple tasks (with variables and logic) are called playbooks.
|
||||
You already know the tasks (modules) that can be run via CLI.
|
||||
The execution plans of multiple tasks (with variables and logic) are called playbooks.
|
||||
|
||||
A concept called `role` was introduced for parts of the code that should be reusable.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user