summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJames Martin <jmartin@basho.com>2013-09-26 10:03:23 -0400
committerJames Martin <jmartin@basho.com>2013-09-26 10:03:23 -0400
commitd5f20e6b2163b7bc74f5855f1da58cabd30edcbd (patch)
treeef322a6416f5cec27761ae5f0f2a12178cd6f7a4 /examples
parent0ee236bf573ce9207f5d5c0229e8e37e8be49332 (diff)
downloadansible-d5f20e6b2163b7bc74f5855f1da58cabd30edcbd.tar.gz
Optionally display Skipping [host] messages.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 57e721a77b..d6470cd9d7 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -72,6 +72,11 @@ timeout = 10
# replacing {file}, {host} and {uid} and strftime codes with proper values.
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
+# by default, ansible-playbook will display "Skipping [host]" if it determines a task
+# should not be run on a host. Set this to "no" if you don't want to see these "Skipping"
+# messages.
+# display_skipped_hosts: yes
+
# by default (as of 1.3), Ansible will raise errors when attempting to dereference
# Jinja2 variables that are not set in templates or action lines. Uncomment this line
# to revert the behavior to pre-1.3.