community.general/lib/ansible/inventory
Abhijit Menon-Sen 2405861a9e Use ',' instead of ':' or ';' to separate host patterns
The earlier-recommended "pat1:pat2:pat3[x:y]" notation doesn't work well
with IPv6 addresses, so we recommend ',' as a separator instead. We know
that commas can't occur within a pattern, so we can just split on it.

We still have to accept the "foo:bar" notation because it's so commonly
used, but we issue a deprecation warning for it.

Fixes #12296
Closes #12404
Closes #12329
2015-09-17 19:31:16 +05:30
..
vars_plugins Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Use ',' instead of ':' or ';' to separate host patterns 2015-09-17 19:31:16 +05:30
dir.py Fix mutable default argument 2015-09-16 16:49:45 -03:00
expand_hosts.py Be systematic about parsing and validating hostnames and addresses 2015-09-11 21: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 Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
ini.py Fix mutable default argument 2015-09-16 16:49:45 -03:00
script.py Fix mutable default argument 2015-09-16 16:49:45 -03:00