summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-08-15 21:46:45 +0200
committersirkubax <muszynski@so1.net>2017-08-15 21:46:45 +0200
commitbd05f751631d71d823a197cc5a506b05a60be849 (patch)
tree59127bf9abebf5e11e48e6b6a32e96ff87cf9fbd
parentcd21e6da04a5f9fcba49093984c03ffe6c0216dd (diff)
add some lines
-rw-r--r--ansible.html.markdown7
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