summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-09-10 09:38:24 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-09-10 09:38:24 -0400
commit2064d260853ae001d0c8c1ccd2d8cf30e36e55df (patch)
tree7232c96f1ed085c7c1d8d688fe05149d318db115 /examples
parent65c6e7fc69df04714653415c54180cf3961f1d20 (diff)
downloadansible-2064d260853ae001d0c8c1ccd2d8cf30e36e55df.tar.gz
Add documentation about bin_ansible_callbacks setting. Standardization and cleanup.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 4bee138ec8..5147cc01e3 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -119,6 +119,12 @@ lookup_plugins = /usr/share/ansible_plugins/lookup_plugins
vars_plugins = /usr/share/ansible_plugins/vars_plugins
filter_plugins = /usr/share/ansible_plugins/filter_plugins
+# by default callbacks are not loaded for /bin/ansible, enable this if you
+# want, for example, a notification or logging callback to also apply to
+# /bin/ansible runs
+#bin_ansible_callbacks = False
+
+
# don't like cows? that's unfortunate.
# set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
#nocows = 1