- 05 Aug, 2015 5 commits
-
-
Jon Hawkesworth committed
-
James Cammarata committed
-
Brian Coca committed
-
Fix ssh connections to IPv6 addresses
James Cammarata committed -
Fixes #9933
James Cammarata committed
-
- 04 Aug, 2015 8 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Toshio Kuratomi committed
-
Fixes #11852
James Cammarata committed -
Fixes #11851
James Cammarata committed -
James Cammarata committed
-
Fixes bugs related to creating Templar() objects on the fly, where the shared loader objects (serialized to TaskExecutor) aren't used so information loaded into plugin loaders after forking is lost. Fixes #11815
James Cammarata committed -
This field is templated specially during the TaskExecutor's loop calculation, so there's no need to post validate it again. Fixes #11481
James Cammarata committed
-
- 03 Aug, 2015 17 commits
-
-
Add test for https://github.com/ansible/ansible/issues/9851
Brian Coca committed -
fixes #11808
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Fixes #11836
Toshio Kuratomi committed -
Fixes #10858
James Cammarata committed -
Fixes #11839
James Cammarata committed -
James Cammarata committed
-
Also modifies the Play class to not include become* fields in the post-validation step. Fixes #11353
James Cammarata committed -
And use it in the call to get the loop items for a task.
James Cammarata committed -
Fix for PowerShell unquote method when passed None.
James Cammarata committed -
Raw is not raw enough
James Cammarata committed -
Bug #11830, keep working even if we use private_networking
James Cammarata committed -
Disallow --forks 0
James Cammarata committed
-
- 02 Aug, 2015 8 commits
-
-
Chris Church committed
-
We can unconditionally wrap remote_addr in square brackets for scp and sftp (both of which require them for IPv6 addresses), but not wrap them at all for ssh (which doesn't accept them). This way, we don't have to detect and treat IPv6 addresses specially. This works for hostnames, IPv4 addresses, and IPv6 addresses. The earlier code seemed to intend to wrap all IPv6 addresses in square brackets, which would have broken ssh, but it actually made no attempt to detect IPv6 addresses at all (so it broke only with IPv6 addresses for scp and sftp). Based on a review of PR #11677 by @JuiceBoxSingularity
Abhijit Menon-Sen committed -
Make 'pause: prompt=…' print the prompt
James Cammarata committed -
Chris Church committed
-
In stable-1.9, the prompt string is passed to raw_input(), which prints it without an extra \n. Here we're just print()ing it, so the \n would be doubled.
Abhijit Menon-Sen committed -
James Cammarata committed
-
Without at least one worker process, things break: Traceback (most recent call last): File "/home/ams/extern/ansible/ansible/lib/ansible/executor/process/result.py", line 103, in run result = self._read_worker_result() File "/home/ams/extern/ansible/ansible/lib/ansible/executor/process/result.py", line 69, in _read_worker_result (worker_prc, main_q, rslt_q) = self._workers[self._cur_worker] IndexError: list index out of range
Abhijit Menon-Sen committed -
Marcos Garcia committed
-
- 01 Aug, 2015 2 commits
-
-
Remove TODO: the play already overrides options
Toshio Kuratomi committed -
Abhijit Menon-Sen committed
-