You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/inventory
Jacob Floyd 0371d0deda Fix Inventory Plugin Loading (#31605)
This change makes the PluginLoader use DEFAULT_INVENTORY_PLUGIN_PATH setting.
Inventory Plugins were only being loaded the 'inventory_plugins' folder of the current directory,
as well as the ansible-provided inventory plugins (e.g. `/path/to/site-packages/ansible/plugins/inventory`).
8 years ago
..
__init__.py Transition inventory into plugins (#23001) 9 years ago
data.py revert ocalhost getting 'all' vars (#31425) 8 years ago
group.py set _hosts on access if None (#31111) 8 years ago
helpers.py Transition inventory into plugins (#23001) 9 years ago
host.py revert ocalhost getting 'all' vars (#31425) 8 years ago
manager.py Fix Inventory Plugin Loading (#31605) 8 years ago