- 20 May, 2014 4 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 -
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
-
- 14 May, 2014 16 commits
-
-
Fix known_hosts.py to work on older versions of python
Michael DeHaan committed -
When we hard-link a file, and the link path already exists, give the link path in the error message instead of the source
telsacolton committed -
When a symlink fails because the path already exists and force=no, we should output path in the error message instead of source.
telsacolton committed -
Fixes #7405
James Cammarata committed -
Fixes #7385
James Cammarata committed -
Michal Mach committed
-
Pass vars_files on to included playbooks too
James Cammarata committed -
Make sure the docker data has a "Names" field before using it
James Cammarata committed -
James Cammarata committed
-
https://github.com/bcoca/ansible
Merge branch 'file_new_dirs_perms' of https://github.com/bcoca/ansible into bcoca-file_new_dirs_perms
James Cammarata committed -
Fix env splitting in docker module
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 -
James Cammarata committed
-
Merge branch 'pass-basedir-to-runner-on-setup' of https://github.com/ByteInternet/ansible into ByteInternet-pass-basedir-to-runner-on-setup
James Cammarata committed -
postgresql_user module documentation: Clarify that the encrypted param must also be set.
James Cammarata committed -
Properly merge role conditionals in with pre-existing conditionals
James Cammarata committed
-