- 23 May, 2014 3 commits
-
-
Since the filter list contains hosts, passing that back to list_hosts() in the inventoy causes issues when the hostname is an IPv6 address (with :'s interpreted as group unions). Since we already have the list of hosts, we should not need to pass that back through inventory a second time. Fixes #7446
James Cammarata committed -
The ssl cert check will now respect the http and https proxy environment settings. The url may also have the username/password embedded, in which case basic auth will be used to connect to the proxy server. Fixes #7413
James Cammarata committed -
Fixes #7296
James Cammarata committed
-
- 21 May, 2014 28 commits
-
-
jjshoe committed
-
Fixes #7403
James Cammarata committed -
James Cammarata committed
-
Also added some error handling to the fetch_url() call in the apt_repository module, so that failures to look up the PPA info are properly handled. Fixes #7322
James Cammarata committed -
Fixes #7448
James Cammarata committed -
Fixes #7416
James Cammarata committed -
Matt Bray committed
-
Kevin Bell committed
-
If the module directory is not writable/executable to the current user (most likely because of a sudo to a non-root user), the ssh_wrapper will be created in the default location for mkstemp() calls. To facilitate the deletion of these new files, a new mechanism for cleaning up files created by the module was also added. Fixes #7375
James Cammarata committed -
Fixes #7385
James Cammarata committed -
ENV variable value could contain '=' (for example mysql://host/db?pool=10)
Konstantin Shabanov committed -
Allard Hoeve committed
-
Fixes #7387
James Cammarata committed -
`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch.
napkindrawing committed -
Since some of the vars contained in there may be used in the templating of other variables. This also reverts e83a494e which originally fixed issue #6979 but broke some other variable related things. Fixes #6979 Fixes #7321 Fixes #7332
James Cammarata committed -
Fixes #7405
James Cammarata committed -
This is a corner case for remote file systems that don't support chown() and where the source and destination for the atomic_move are on that remote file system. Fixes #7372
James Cammarata committed -
Fixes #7345
James Cammarata committed -
Fixes #7384
James Cammarata committed -
Fixes #7364
Chris Church committed -
Fixes #7363
James Cammarata committed -
James Cammarata committed
-
This fixed the just committed change handling non existent Ghost state.
Johannes 'fish' Ziemke committed -
This doesn't exist anymore and causes ansible to throw a KeyError
Johannes 'fish' Ziemke committed -
modify mode.
Herby Gillot committed -
If `get_all_instances` returns multiple reservations, the old wait loop only dealt with the first reservation. Thus, the wait loop may end before all instances get to be running/stopped. Also clean up the code a little.
Yap Sok Ann committed -
Upon a second run, the default egress rule will be removed when a vpc is specified but no other egress rules were set. This patch corrects that behavior by removing the default egress rule from the list of unmatched outbound rules. Fixes #7309
James Cammarata committed -
Fixes #7308
James Cammarata committed
-
- 07 May, 2014 5 commits
-
-
James Cammarata committed
-
Add integration tests for group_by module. Fixed bug introduced by ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953
Chris Church committed -
Fixes #7307
James Cammarata committed -
Fixes #7295
James Cammarata committed -
Christian Berendt committed
-
- 05 May, 2014 4 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
ignore remnants from doing a setup.py install
James Cammarata committed
-