mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
test markdown
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user