enable constructed inventory plugin even though it does not do what I want yet

This commit is contained in:
Kevin Fenzi 2018-06-14 23:14:52 +00:00
parent 0ed4b45b6a
commit 2ddec06c5c

View file

@ -327,6 +327,7 @@ retry_files_enabled = False
[inventory]
# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini'
#enable_plugins = host_list, virtualbox, yaml, constructed
enable_plugins = ini, constructed
# ignore these extensions when parsing a directory as inventory source
#ignore_extensions = '.pyc', '.pyo', '.swp', '.bak', '~', '.rpm', '.md', '.txt', '~', '.orig', '.ini', '.cfg', '.retry'