mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
test markdown
This commit is contained in:
@@ -143,7 +143,7 @@ $ ansible-playbook path/name_of_the_playbook.yml
|
|||||||
|
|
||||||
#### ansible-roles (a 'template-playbooks' with right structure)
|
#### ansible-roles (a 'template-playbooks' with right structure)
|
||||||
|
|
||||||
You already know the tasks (modules) that can be run via CLI
|
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.
|
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.
|
A concept called `role` was introduced for parts of the code that should be reusable.
|
||||||
|
Reference in New Issue
Block a user