summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ansible.cfg')
-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.