From 7bb0a8d4fc06f29d9fea79c0d68a4dedc3d88abe Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 16 May 2017 15:54:19 -0400 Subject: [PATCH] added order doc for inventory keyword --- docs/docsite/keyword_desc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml index 3ae109643d..87aabf581b 100644 --- a/docs/docsite/keyword_desc.yml +++ b/docs/docsite/keyword_desc.yml @@ -29,6 +29,7 @@ ignore_errors: Boolean that allows you to ignore task failures and continue with max_fail_percentage: can be used to abort the run after a given percentage of hosts in the current batch has failed. name: It's a name, works mostly for documentation, in the case of tasks/handlers it can be an identifier. no_log: Boolean that controls information disclosure. +order: Controls the sorting of hosts as they are used for executing the play. Possible values are inventory (default), sorted, reverse_sorted, reverse_inventory and shuffle. port: Used to override the default port used in a connection. post_tasks: A list of tasks to execute after the ``tasks`` section. pre_tasks: A list of tasks to execute before ``roles``.