add some lines

This commit is contained in:
sirkubax 2017-08-15 21:46:45 +02:00
parent cd21e6da04
commit bd05f75163

View File

@ -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