Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-25Merge pull request #7527 from hlieberman/release1.6.2release1.6.2Michael DeHaan
2014-05-24Remove colon which breaks installation of 1.6.2.Harlan Lieberman-Berg
2014-05-24Version bump for 1.6.2v1.6.2James Cammarata
2014-05-24Don't re-query inventory when trimming failed/dark hostsJames Cammarata
2014-05-24Adding the capability to proxy the ssl cert checkJames Cammarata
2014-05-24Make sure dwim'd relative path ends in a "/" if the original doesJames Cammarata
2014-05-22Ensure the validation string has %s in itjjshoe
2014-05-22Fixing absolute path calculation for file module when linkingJames Cammarata
2014-05-22Also set the environment variables when resetting the locale to CJames Cammarata
2014-05-21Default use_proxy to True for fetch_url()James Cammarata
2014-05-21Reset locale to 'C' if the specified one is invalidJames Cammarata
2014-05-21Remove erroneous set of status_code causing a traceback in module uriJames Cammarata
2014-05-21docker: fix targetting images by nameMatt Bray
2014-05-21Fixed extension filtering in InventoryDirectoryKevin Bell
2014-05-21Check module_path permissions when creating ssh_wrapper for gitJames Cammarata
2014-05-21During vsphere config check attempt cast before marking values missingJames Cammarata
2014-05-21Fix env splitting in docker moduleKonstantin Shabanov
2014-05-21Add missing basedir to Runner in _do_setup_stepAllard Hoeve
2014-05-21Properly merge role conditionals in with pre-existing conditionalsJames Cammarata
2014-05-21Fix to unescape * was discarded by unescape of @napkindrawing
2014-05-21Use the existing module_vars during the templating of module_varsJames Cammarata
2014-05-21Evaluate changed_when only if task is not skippedJames Cammarata
2014-05-21Only chown on atomic move if the uid/gid don't match the src/tmp fileJames Cammarata
2014-05-21Use utils.combine_vars on vars_files dataJames Cammarata
2014-05-21Pass vars_files on to included playbooks tooJames Cammarata
2014-05-21Correctly initialize combined_cache for hosts if setup is skippedChris Church
2014-05-21Make sure the docker data has a "Names" field before using itJames Cammarata
2014-05-21Do not base synchronize source on the inventory directoryJames Cammarata
2014-05-21Fix: Remove check for Ghost stateJohannes 'fish' Ziemke
2014-05-21Remove check for Ghost stateJohannes 'fish' Ziemke
2014-05-21rds module: Fix undeclared reference to "params" when setting password inHerby Gillot
2014-05-21ec2: Fix bug with running/stopped state and wait=yes.Yap Sok Ann
2014-05-21Make sure the default ec2_group egress rule is not removedJames Cammarata
2014-05-21Add pyc/pyo to ignore list for inventory directoriesJames Cammarata
2014-05-07Version bump for 1.6.1 releasev1.6.1release1.6.1James Cammarata
2014-05-07Add integration tests for group_by module. Fixed bug introduced by ansible/an...Chris Church
2014-05-07Close fds when running commands from the accelerate daemonJames Cammarata
2014-05-07Make sure distro variable is set if python-apt is installedJames Cammarata
2014-05-07made enabled/disabled checks of apache2_module workableChristian Berendt
2014-05-06Updating changlog and releases for 1.6release1.6.0James Cammarata
2014-05-06Update packaging dates for the 1.6.0 releasev1.6.0James Cammarata
2014-05-06Make sure amazon test doesn't check host keysJames Cammarata
2014-05-05Merge pull request #7282 from ephur/gitignore_egginfoJames Cammarata
2014-05-05ignore remnants from doing a setup.py installRichard Maynard
2014-05-05Fixing two bugs in the ec2_elb_lb moduleJames Cammarata
2014-05-05Removing zone choices that overly-limit available zones for gceJames Cammarata
2014-05-05Merge pull request #7280 from angstwad/docker_inv_fixJames Cammarata
2014-05-05Docker client occasionally returns a NoneType, so we have to catch the TypeErrorPaul Durivage
2014-05-05Merge branch 'devel' of https://github.com/denisphillips/ansible into denisph...James Cammarata
2014-05-04Fix error handling on missing dest with unarchiveVeeti Paananen