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
Abhijit Menon-Sen 6bf6b9fdbb Rename some internal functions, clarify what they do
get_hosts → used externally, not changed
_get_hosts → _evaluate_patterns (takes a list, evaluates ! and &)
__get_hosts → _match_one_pattern (takes one pattern only, ignores !&)
2015-08-13 14:51:08 -04:00
..
vars_plugins Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Rename some internal functions, clarify what they do 2015-08-13 14:51:08 -04:00
dir.py meta: refresh_inventory and several inventory fixes 2015-08-12 10:35:12 -04:00
expand_hosts.py Slice ascii_letters directly instead of using 'for x in range()' 2015-08-02 23:47:18 +05:30
group.py Catch runtime errors due to recursion when calculating group depth 2015-06-22 02:06:07 -04:00
host.py now properly uses default port if defined 2015-07-31 12:01:58 -04:00
ini.py capture parsing exceptions and give nice error and location 2015-08-12 23:27:00 -04:00
script.py Make error messages tell which inventory script the error came from 2015-06-03 11:51:33 -07:00