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
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
..
cli Fix galaxy install dep failure 2015-09-15 17:31:47 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Removing FIXME comment which is no longer required 2015-09-15 14:47:49 -04:00
galaxy Fix urlopen usage to use open_url instead 2015-09-16 20:40:17 -07:00
inventory Use ',' instead of ':' or ';' to separate host patterns 2015-09-17 19:31:16 +05:30
module_utils Add PowerShell exception handling and turn on strict mode. 2015-09-15 16:32:35 -04:00
modules Update core modules ref 2015-09-15 14:26:09 -07:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Check if path is /dev/null when checking if a file is in fact a file 2015-09-14 14:41:22 -04:00
playbook Merge pull request #12389 from amenonsen/minus-t 2015-09-16 09:49:39 -04:00
plugins Fix urlopen usage to use open_url instead 2015-09-16 20:40:17 -07:00
template Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
utils Merge pull request #12345 from mgedmin/py3k 2015-09-16 16:49:46 -04:00
vars Cleaning up inventory bugs from earlier group change 2015-09-16 16:36:27 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py normalized plugin paths and names and configs 2015-09-15 11:44:09 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00