summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2017-01-05 16:38:36 -0500
committerGitHub <noreply@github.com>2017-01-05 16:38:36 -0500
commit08e0f6ada5905ce53ec581a28d8bd4f5840bf732 (patch)
tree3357e32c3801c6bd3db298d96046e40a919e45a0 /examples
parent1154aca746fe4dc0366ceb78839a512692c1b433 (diff)
downloadansible-08e0f6ada5905ce53ec581a28d8bd4f5840bf732.tar.gz
allow modules to set custom stats (#18946)
can be per run or per host, also aggregate or not set_stats action plugin as reference implementation added doc stub display stats in calblack made custom stats showing configurable
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 89da92a3f8..054b02dd15 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -276,6 +276,9 @@
# it is False, then the last specified argument is used and the others are ignored.
#merge_multiple_cli_flags = False
+# Controls showing custom stats at the end, off by default
+#show_custom_stats = True
+
[privilege_escalation]
#become=True
#become_method=sudo