summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7527 from hlieberman/release1.6.2release1.6.2Michael DeHaan2014-05-251-1/+1
|\
| * Remove colon which breaks installation of 1.6.2.Harlan Lieberman-Berg2014-05-231-1/+1
|/
* Version bump for 1.6.2v1.6.2James Cammarata2014-05-236-3/+26
* Don't re-query inventory when trimming failed/dark hostsJames Cammarata2014-05-231-1/+1
* Adding the capability to proxy the ssl cert checkJames Cammarata2014-05-231-3/+89
* Make sure dwim'd relative path ends in a "/" if the original doesJames Cammarata2014-05-231-0/+1
* Ensure the validation string has %s in itjjshoe2014-05-213-0/+6
* Fixing absolute path calculation for file module when linkingJames Cammarata2014-05-211-1/+1
* Also set the environment variables when resetting the locale to CJames Cammarata2014-05-211-0/+2
* Default use_proxy to True for fetch_url()James Cammarata2014-05-212-1/+3
* Reset locale to 'C' if the specified one is invalidJames Cammarata2014-05-211-0/+21
* Remove erroneous set of status_code causing a traceback in module uriJames Cammarata2014-05-211-1/+0
* docker: fix targetting images by nameMatt Bray2014-05-211-1/+1
* Fixed extension filtering in InventoryDirectoryKevin Bell2014-05-211-4/+3
* Check module_path permissions when creating ssh_wrapper for gitJames Cammarata2014-05-212-2/+22
* During vsphere config check attempt cast before marking values missingJames Cammarata2014-05-211-1/+9
* Fix env splitting in docker moduleKonstantin Shabanov2014-05-211-1/+1
* Add missing basedir to Runner in _do_setup_stepAllard Hoeve2014-05-211-0/+1
* Properly merge role conditionals in with pre-existing conditionalsJames Cammarata2014-05-211-20/+21
* Fix to unescape * was discarded by unescape of @napkindrawing2014-05-211-1/+1
* Use the existing module_vars during the templating of module_varsJames Cammarata2014-05-212-1/+3
* Evaluate changed_when only if task is not skippedJames Cammarata2014-05-211-1/+1
* Only chown on atomic move if the uid/gid don't match the src/tmp fileJames Cammarata2014-05-211-1/+2
* Use utils.combine_vars on vars_files dataJames Cammarata2014-05-211-1/+1
* Pass vars_files on to included playbooks tooJames Cammarata2014-05-212-22/+66
* Correctly initialize combined_cache for hosts if setup is skippedChris Church2014-05-211-1/+1
* Make sure the docker data has a "Names" field before using itJames Cammarata2014-05-211-1/+3
* Do not base synchronize source on the inventory directoryJames Cammarata2014-05-211-4/+4
* Fix: Remove check for Ghost stateJohannes 'fish' Ziemke2014-05-211-1/+1
* Remove check for Ghost stateJohannes 'fish' Ziemke2014-05-211-1/+1
* rds module: Fix undeclared reference to "params" when setting password inHerby Gillot2014-05-211-3/+3
* ec2: Fix bug with running/stopped state and wait=yes.Yap Sok Ann2014-05-211-30/+20
* Make sure the default ec2_group egress rule is not removedJames Cammarata2014-05-211-1/+5
* Add pyc/pyo to ignore list for inventory directoriesJames Cammarata2014-05-211-10/+5
* Version bump for 1.6.1 releasev1.6.1release1.6.1James Cammarata2014-05-076-4/+21
* Add integration tests for group_by module. Fixed bug introduced by ansible/an...Chris Church2014-05-074-2/+133
* Close fds when running commands from the accelerate daemonJames Cammarata2014-05-071-1/+1
* Make sure distro variable is set if python-apt is installedJames Cammarata2014-05-071-11/+19
* made enabled/disabled checks of apache2_module workableChristian Berendt2014-05-071-23/+14
* Updating changlog and releases for 1.6release1.6.0James Cammarata2014-05-052-12/+3
* Update packaging dates for the 1.6.0 releasev1.6.0James Cammarata2014-05-052-4/+4
* Make sure amazon test doesn't check host keysJames Cammarata2014-05-051-1/+1
* Merge pull request #7282 from ephur/gitignore_egginfoJames Cammarata2014-05-051-0/+1
|\
| * ignore remnants from doing a setup.py installRichard Maynard2014-05-051-0/+1
* | Fixing two bugs in the ec2_elb_lb moduleJames Cammarata2014-05-052-17/+34
* | Removing zone choices that overly-limit available zones for gceJames Cammarata2014-05-052-5/+1
* | Merge pull request #7280 from angstwad/docker_inv_fixJames Cammarata2014-05-051-1/+1
|\ \ | |/ |/|
| * Docker client occasionally returns a NoneType, so we have to catch the TypeErrorPaul Durivage2014-05-051-1/+1
|/
* Merge branch 'devel' of https://github.com/denisphillips/ansible into denisph...James Cammarata2014-05-051-1/+1
|\
| * Used module_args passed to function instead of from runnerDenis Phillips2014-05-041-1/+1