summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-08-22 15:25:57 -0400
committerMichael DeHaan <michael@ansible.com>2014-08-22 15:37:07 -0400
commitfcb610dec4ae6fa81064fe5a402f23d9e4f639ca (patch)
tree48e02c454a4e9cb5c4057ff47ccbf8d1251f9960 /examples
parentab8490d00389269455db2e781314f4015cdb3885 (diff)
downloadansible-fcb610dec4ae6fa81064fe5a402f23d9e4f639ca.tar.gz
Slightly trim down the warnings list based on some things being pretty common
for local usage.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 61e1f61234..9113472406 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -102,6 +102,14 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid}
# to disable these warnings, set the following value to False:
#deprecation_warnings = True
+# by default (as of 1.8), Ansible will warn when usage of the shell and
+# command module appear to be simplified by using a default Ansible module
+# instead. These warnings can be silenced by adjusting the following
+# setting or adding warn=yes or warn=no to the end of the command line
+# parameter string.
+# command_warnings = True
+
+
# set plugin path directories here, separate with colons
action_plugins = /usr/share/ansible_plugins/action_plugins
callback_plugins = /usr/share/ansible_plugins/callback_plugins