|
|
|
@ -11,7 +11,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
options:
|
|
|
|
|
display_skipped_hosts:
|
|
|
|
|
name: Show skipped hosts
|
|
|
|
|
description: "Toggle to control displaying skipped task/host results in a task"
|
|
|
|
|
description: "Toggle to control displaying skipped task/host results in a task."
|
|
|
|
|
type: bool
|
|
|
|
|
default: yes
|
|
|
|
|
env:
|
|
|
|
@ -21,7 +21,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
section: defaults
|
|
|
|
|
display_ok_hosts:
|
|
|
|
|
name: Show 'ok' hosts
|
|
|
|
|
description: "Toggle to control displaying 'ok' task/host results in a task"
|
|
|
|
|
description: "Toggle to control displaying 'ok' task/host results in a task."
|
|
|
|
|
type: bool
|
|
|
|
|
default: yes
|
|
|
|
|
env:
|
|
|
|
@ -32,7 +32,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
version_added: '2.7'
|
|
|
|
|
display_failed_stderr:
|
|
|
|
|
name: Use STDERR for failed and unreachable tasks
|
|
|
|
|
description: "Toggle to control whether failed and unreachable tasks are displayed to STDERR (vs. STDOUT)"
|
|
|
|
|
description: "Toggle to control whether failed and unreachable tasks are displayed to STDERR rather than STDOUT."
|
|
|
|
|
type: bool
|
|
|
|
|
default: no
|
|
|
|
|
env:
|
|
|
|
@ -43,7 +43,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
version_added: '2.7'
|
|
|
|
|
show_custom_stats:
|
|
|
|
|
name: Show custom stats
|
|
|
|
|
description: 'This adds the custom stats set via the set_stats plugin to the play recap'
|
|
|
|
|
description: 'This adds the custom stats set via the set_stats plugin to the play recap.'
|
|
|
|
|
type: bool
|
|
|
|
|
default: no
|
|
|
|
|
env:
|
|
|
|
@ -53,7 +53,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
section: defaults
|
|
|
|
|
show_per_host_start:
|
|
|
|
|
name: Show per host task start
|
|
|
|
|
description: 'This adds output that shows when a task is started to execute for each host'
|
|
|
|
|
description: 'This adds output that shows when a task starts to execute for each host.'
|
|
|
|
|
type: bool
|
|
|
|
|
default: no
|
|
|
|
|
env:
|
|
|
|
@ -67,7 +67,7 @@ class ModuleDocFragment(object):
|
|
|
|
|
description:
|
|
|
|
|
- Toggle to control displaying markers when running in check mode.
|
|
|
|
|
- "The markers are C(DRY RUN) at the beginning and ending of playbook execution (when calling C(ansible-playbook --check))
|
|
|
|
|
and C(CHECK MODE) as a suffix at every play and task that is run in check mode."
|
|
|
|
|
and C(CHECK MODE) as a suffix at every play and task that is run in check mode."
|
|
|
|
|
type: bool
|
|
|
|
|
default: no
|
|
|
|
|
version_added: '2.9'
|
|
|
|
@ -79,8 +79,8 @@ class ModuleDocFragment(object):
|
|
|
|
|
show_task_path_on_failure:
|
|
|
|
|
name: Show file path on failed tasks
|
|
|
|
|
description:
|
|
|
|
|
When a task fails, display the path to the file containing the failed task and the line number.
|
|
|
|
|
This information is displayed automatically for every task when running with C(-vv) or greater verbosity.
|
|
|
|
|
- When a task fails, display the path to the file containing the failed task and the line number.
|
|
|
|
|
This information is displayed automatically for every task when running with C(-vv) or greater verbosity.
|
|
|
|
|
type: bool
|
|
|
|
|
default: no
|
|
|
|
|
env:
|
|
|
|
|