mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
add some lines
This commit is contained in:
parent
cd21e6da04
commit
bd05f75163
@ -93,10 +93,15 @@ There are few binaries you should know
|
|||||||
`ansible-galaxy` (to install roles from github/galaxy)
|
`ansible-galaxy` (to install roles from github/galaxy)
|
||||||
and other!
|
and other!
|
||||||
|
|
||||||
### ansible-playbook (run set of tasks)
|
### More on ansible concept
|
||||||
|
|
||||||
### ansible-roles (a 'template-playbooks in right structure')
|
### 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
|
### ansible - variables
|
||||||
lookup's
|
lookup's
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user