ansible/lib/ansible/inventory
Alan Fairless 65e5331079 Allow organizing host/group vars in a directory
So instead of having:
 group_vars/production.yml

A user could chose to reorganize to:
 group_vars/production/staff.yml
 group_vars/production/networks.yml
 group_vars/production/dns.yml

(Backwards compatible.)
2013-10-31 12:22:46 -05:00
..
vars_plugins Allow organizing host/group vars in a directory 2013-10-31 12:22:46 -05:00
__init__.py Inventory directory should always be absolute. Fixes #4535. 2013-10-30 20:48:53 -04:00
dir.py don't want to ignore explicit cwd 2013-06-04 21:06:49 -07:00
expand_hosts.py Add support for multiple ranges in a host 2013-06-06 22:27:30 +02:00
group.py Fix indentation depth. 2013-10-19 13:03:14 -04:00
host.py Get all groups' variables in order of depth 2012-11-23 00:20:52 +01:00
ini.py Detect IPv6 addresses in INI inventory 2013-10-09 11:11:09 -05:00
script.py Fixed tiny bug with _meta handling in external inventory scripts 2013-08-19 18:54:30 +01:00