- 18 Sep, 2015 2 commits
-
-
Toshio Kuratomi committed
-
Brian Coca committed
-
- 17 Sep, 2015 38 commits
-
-
Fixes #12349
James Cammarata committed -
James Cammarata committed
-
Allow env-setup to use spaces in full path
James Cammarata committed -
EC committed
-
Same fix as was applied in f162990c to the action plugin Fixes #12355
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Tested. Thanks for spotting and then fixing this -- Allow hexadecimal ranges in IPv6 addresses, not only 0-9
Chrrrles Paul committed -
Abhijit Menon-Sen committed
-
Remove deprecation warning; now handled in _split_patterns
James Cammarata committed -
James Cammarata committed
-
Abhijit Menon-Sen committed
-
The earlier distinction was never used; .ipv6_address was always a copy of .ipv4_address, and the latter was always used to set the remote_addr field in the PlayContext. Also uses the canonical ansible_host/ansible_port names when setting the address and port from variables.
Abhijit Menon-Sen committed -
James Cammarata committed
-
More tests, better handling of list arguments to _split_pattern
Abhijit Menon-Sen committed -
Victor Salgado committed
-
Victor Salgado committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
https://github.com/apollo13/ansible
Merge branch 'sudo_on_if_needed' of https://github.com/apollo13/ansible into apollo13-sudo_on_if_needed
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Python 3: basestring in play_context.py
James Cammarata committed -
Fixes #12418
James Cammarata committed -
Abhijit Menon-Sen committed
-
Abhijit Menon-Sen committed
-
There were no inventory-specific unit tests earlier, so we add a new directory for them with some initial low-level tests of _split_pattern with various valid and deprecated pattern strings.
Abhijit Menon-Sen committed -
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
Abhijit Menon-Sen committed -
Florian Apolloner committed
-
Florian Apolloner committed
-
Documentation for retry_files_enabled and retry_files_save_path
Brian Coca committed -
Brian Coca committed
-
Paul Freeman committed
-
Paul Freeman committed
-