From 43d12c11be9d95f35e8d188c4d49945cf35c7005 Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Mon, 8 Oct 2018 15:07:46 -0400 Subject: Add 'auto' to documented default enabled inventory plugins (#46621) * Correct default inventory plugins enabled in docs and example/ansible.cfg * Fix headers --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3