1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +00:00

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