Add 'auto' to documented default enabled inventory plugins (#46621)

* Correct default inventory plugins enabled in docs and example/ansible.cfg

* Fix headers
This commit is contained in:
Sloane Hertel 2018-10-08 15:07:46 -04:00 committed by Alicia Cozine
commit 43d12c11be
2 changed files with 6 additions and 6 deletions

View file

@ -324,7 +324,7 @@
#any_errors_fatal = False
[inventory]
# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini'
# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini', 'auto'
#enable_plugins = host_list, virtualbox, yaml, constructed
# ignore these extensions when parsing a directory as inventory source