diff options
author | sirkubax <muszynski@so1.net> | 2017-08-15 21:46:45 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-08-15 21:46:45 +0200 |
commit | bd05f751631d71d823a197cc5a506b05a60be849 (patch) | |
tree | 59127bf9abebf5e11e48e6b6a32e96ff87cf9fbd | |
parent | cd21e6da04a5f9fcba49093984c03ffe6c0216dd (diff) |
add some lines
-rw-r--r-- | ansible.html.markdown | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index e074ed44..24821862 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -93,10 +93,15 @@ There are few binaries you should know `ansible-galaxy` (to install roles from github/galaxy) and other! -### ansible-playbook (run set of tasks) +### More on ansible concept ### ansible-roles (a 'template-playbooks in right structure') +There are tasks (modules) that can be run via CLI +The execution plans of multiple tasks (with variables and logic) are called playbooks. + +Fot parts of the code, that is reusable, a concept called `role` was introduced + ### ansible - variables lookup's |