summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelo@users.noreply.github.com>2017-02-10 10:32:22 +0200
committerscottb <dharmabumstead@users.noreply.github.com>2017-02-10 00:32:22 -0800
commit6e875e81aad1300901c80493fca7c1bdb15ea017 (patch)
treedae038b9e6b07570e2772bbb1e7db04940deb03b /examples
parent19df0e0bf5ee3cdbede2cb635480b37ded85e6c0 (diff)
downloadansible-6e875e81aad1300901c80493fca7c1bdb15ea017.tar.gz
Fix docs re inventory_ignore_extensions config (#21132)
The list of ignored by default extensions is outdated in doc for dynamic inventories, and this option is completely missing from configuration file overview.
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index fd5ed9badc..e469c9cc18 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -280,6 +280,10 @@
# Controls showing custom stats at the end, off by default
#show_custom_stats = True
+# Controlls which files to ignore when using a directory as inventory with
+# possibly multiple sources (both static and dynamic)
+#inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo
+
[privilege_escalation]
#become=True
#become_method=sudo