1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/inventory
Stoned Elipot b00bf02129 Improve Group.get_hosts() performance.
- reduce hosts group list to unique elements faster
- add a cache of already computed hosts group list
2013-11-18 03:48:55 +01: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 Allow leading ranges in the inventory host entries. 2013-10-17 13:16:35 +03:00
group.py Improve Group.get_hosts() performance. 2013-11-18 03:48:55 +01:00
host.py Get all groups' variables in order of depth 2012-11-23 00:20:52 +01:00
ini.py Handle comment on inventory group line. 2013-10-17 13:16:35 +03:00
script.py Avoid duplicates of the 'all' group when using inventory script. 2013-09-02 12:26:02 +02:00