diff options
author | sirkubax <muszynski@so1.net> | 2017-09-23 11:52:10 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-23 11:52:10 +0200 |
commit | e946c383fde705d20aa3342c372cc8ad22793d90 (patch) | |
tree | 1afb01b1dbd865cd63d0838af22de737a4bcc5f7 /ansible.html.markdown | |
parent | 69c40ee1a2659ba9f150e04adb2822d66f18570f (diff) |
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index a09c8b34..02ee8694 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -106,12 +106,14 @@ Example of a Task run in CLI: ##### 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 * a list (or group) of hosts that 'the play' is executed against * `task(s)` or `role(s)` that are going to be executed * 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. |