- 21 May, 2014 13 commits
-
-
Don't use listify_ function, when all we want to do is template variable...
James Cammarata committed -
Fixes #7403
James Cammarata committed -
EC2: stopped instances can also be terminated
James Cammarata committed -
James Cammarata committed
-
WAKAYAMA shirou committed
-
WAKAYAMA shirou committed
-
Atlas Health committed
-
James Cammarata committed
-
James Cammarata committed
-
Merge branch 'multi-word-mysql-grant-example' of https://github.com/webmat/ansible into webmat-multi-word-mysql-grant-example
James Cammarata committed -
now module searches for update-alternatives vs hardcoding it
James Cammarata committed -
Brian Coca committed
-
- 20 May, 2014 7 commits
-
-
Andrew Snare committed
-
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 -
Mathieu Martin committed
-
This was causing a bug in the env module, due to the fact that we now pass variables for the module through the templating engine combined with the fact that we split-up the hostvars and setup variables. As a result, if a variable in the env lookup had the same name as the variable in Ansible, it would try and template itself over and over again until the recursion limit would be hit, at which time an empty string was returned. Fixes #7396
James Cammarata committed -
James Cammarata committed
-
Fix skip dir inventory extensions
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
-
- 19 May, 2014 3 commits
-
-
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 #7448
James Cammarata committed -
Add missing space between var and delimeter
Michael DeHaan committed
-
- 17 May, 2014 1 commit
-
-
mrdeathless committed
-
- 16 May, 2014 9 commits
-
-
Fixes #7414
James Cammarata committed -
James Cammarata committed
-
Fixes #7416
James Cammarata committed -
Michael Peters committed
-
Update composer example
James Cammarata committed -
Michael Peters committed
-
Remove unsupported 'install' argument
Alan Pearce committed -
Michael DeHaan committed
-
- 15 May, 2014 7 commits
-
-
docker: fix targetting images by name
James Cammarata committed -
Matt Bray committed
-
Kevin Bell committed
-
Kevin Bell committed
-
James Cammarata 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
-