mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 22:37:42 +02:00
test markdown
This commit is contained in:
@@ -106,12 +106,14 @@ Example of a Task run in CLI:
|
|||||||
|
|
||||||
|
|
||||||
##### Playbook
|
##### Playbook
|
||||||
Execution plan written in a form of script file(s) is called `playbook`.
|
Execution plan written in a form of script file(s) is called `playbook`.--
|
||||||
|
|
||||||
Playbook consist of multiple elements
|
Playbook consist of multiple elements
|
||||||
* a list (or group) of hosts that 'the play' is executed against
|
* a list (or group) of hosts that 'the play' is executed against
|
||||||
* `task(s)` or `role(s)` that are going to be executed
|
* `task(s)` or `role(s)` that are going to be executed
|
||||||
* multiple optional settings (like default variables, and way more)
|
* multiple optional settings (like default variables, and way more)
|
||||||
Playbook script language is YAML
|
Playbook script language is YAML--
|
||||||
|
|
||||||
|
|
||||||
You can think that playbook is very advanced CLI script that you are executing.
|
You can think that playbook is very advanced CLI script that you are executing.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user