diff options
author | Sloane Hertel <shertel@redhat.com> | 2018-10-08 21:07:46 +0200 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2018-10-08 21:07:46 +0200 |
commit | 43d12c11be9d95f35e8d188c4d49945cf35c7005 (patch) | |
tree | d7b12f77661a8ea697398597a77b8d04e0f74911 /examples | |
parent | Register missing parameter reboot_timeout (#46585) (diff) | |
download | ansible-43d12c11be9d95f35e8d188c4d49945cf35c7005.tar.xz ansible-43d12c11be9d95f35e8d188c4d49945cf35c7005.zip |
Add 'auto' to documented default enabled inventory plugins (#46621)
* Correct default inventory plugins enabled in docs and example/ansible.cfg
* Fix headers
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 1bccd57c08..0a8863fddf 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -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 |