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.
This commit is contained in:
Pavlo Shchelokovskyy
2017-02-10 10:32:22 +02:00
committed by scottb
parent 19df0e0bf5
commit 6e875e81aa
3 changed files with 18 additions and 1 deletions

View File

@@ -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