ansible/lib/ansible/inventory
Abhijit Menon-Sen 1437b8e120 Introduce _split_pattern to parse an "x:y:z" pattern
This function takes a string like 'foo:bar[1:2]:baz[x:y]-quux' and
returns a list of patterns ['foo', 'bar[1:2]', 'baz[x:y]-quux'], i.e.
splits the string on colons that are not part of a range specification.
2015-08-13 14:54:12 -04:00
..
vars_plugins Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Introduce _split_pattern to parse an "x:y:z" pattern 2015-08-13 14:54:12 -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