From 2064d260853ae001d0c8c1ccd2d8cf30e36e55df Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 10 Sep 2014 09:38:24 -0400 Subject: Add documentation about bin_ansible_callbacks setting. Standardization and cleanup. --- examples/ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') 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 -- cgit v1.2.1