mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
update
This commit is contained in:
parent
6c6dfb1884
commit
41b345c69b
Binary file not shown.
@ -295,7 +295,8 @@ You can define complex logic with Ansible and Jinja functions. Most common is us
|
|||||||
You should know about a way to increase efficiency by this simple functionality
|
You should know about a way to increase efficiency by this simple functionality
|
||||||
|
|
||||||
#### TAGS
|
#### TAGS
|
||||||
You can tag a task, role (and its tasks), include, etc...
|
You can tag a task, role (and its tasks), include, etc...
|
||||||
|
|
||||||
You can then limit an execution by using
|
You can then limit an execution by using
|
||||||
--tags tagA, other_tag,...
|
--tags tagA, other_tag,...
|
||||||
|
|
||||||
@ -304,7 +305,7 @@ You should know about a way to increase efficiency by this simple functionality
|
|||||||
--skip-tags can be used to exclude a block of code
|
--skip-tags can be used to exclude a block of code
|
||||||
|
|
||||||
#### LIMMIT
|
#### LIMMIT
|
||||||
You can limmit an execution of your tasks to defined hosts
|
You can limmit an execution of your tasks to defined hosts
|
||||||
--limit my_hostname
|
--limit my_hostname
|
||||||
--limit groupname
|
--limit groupname
|
||||||
--limit some_prefix*
|
--limit some_prefix*
|
||||||
|
Loading…
Reference in New Issue
Block a user