mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-25 23:56:32 +02:00
update
This commit is contained in:
Binary file not shown.
@@ -290,7 +290,7 @@ You can define complex logic with Ansible and Jinja functions. Most common is us
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### ansible - tags, limmit
|
### ansible - tags, limit
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
@@ -304,8 +304,8 @@ You can tag a task, role (and its tasks), include, etc...
|
|||||||
|
|
||||||
--skip-tags can be used to exclude a block of code
|
--skip-tags can be used to exclude a block of code
|
||||||
|
|
||||||
#### LIMMIT
|
#### LIMIT
|
||||||
You can limmit an execution of your tasks to defined hosts
|
You can limit an execution of your tasks to defined hosts
|
||||||
|
|
||||||
--limit my_hostname
|
--limit my_hostname
|
||||||
--limit groupname
|
--limit groupname
|
||||||
|
Reference in New Issue
Block a user