summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changing SSL cert detection method to allow for auto-negotiation of SSL proto...James Cammarata2014-04-151-5/+14
* Make sure args in run_command are encoded for shlex.split calls on py2.6James Cammarata2014-04-151-1/+1
* Merge pull request #6900 from jimi-c/issue_6891_cifs_mount_hangJames Cammarata2014-04-151-3/+44
|\
| * Add a timeout decorator for timing out functions that may hangJames Cammarata2014-04-081-3/+44
* | Removing .orig file merged in accidentallyJames Cammarata2014-04-151-1224/+0
* | Use combined cache for templating module varsJames Tanner2014-04-152-2/+1228
* | Don't turn complex args back into a k=v string for the synchronize moduleJames Cammarata2014-04-141-5/+3
* | Catch traceback caused by permissions errors during a local md5 sumJames Cammarata2014-04-141-5/+8
* | Merge pull request #6917 from bcoca/random_filter_cleanjctanner2014-04-101-0/+8
|\ \
| * | simple random filterBrian Coca2014-04-091-0/+8
* | | Merge pull request #6913 from willthames/aws_module_doc_fragmentsjctanner2014-04-101-0/+76
|\ \ \
| * | | Moved AWS modules over to common module fragmentswillthames2014-04-091-0/+76
| |/ /
* / / Refactor play._update_vars_files_for_host to make common functions and easier...James Tanner2014-04-101-43/+60
|/ /
* | Merge branch 'sudo_pass_typo' of https://github.com/tyll/ansible into tyll-su...James Cammarata2014-04-081-1/+1
|\ \
| * | ssh: Properly check for wrong su passwordTill Maas2014-03-311-1/+1
* | | Fixes #6894 add missing file and remove debug lineJames Tanner2014-04-082-1/+58
* | | Fixes #6894 create docs fragment for filesJames Tanner2014-04-081-1/+1
| |/ |/|
* | Fixes #6845 evaluate changed_when only if task is not skippedJames Tanner2014-04-071-1/+1
* | Merge pull request #6861 from ericlake/develMichael DeHaan2014-04-051-0/+1
|\ \
| * | add distribution_major_version to fact gatheringEric Lake2014-04-041-0/+1
* | | Fixes #6820 fix erroneous missing vault password error when using the templat...James Tanner2014-04-044-6/+6
|/ /
* | Adding delimiter fixes to action_plugin + fixing local assembling with a deli...James Cammarata2014-04-032-11/+31
* | Merge pull request #6835 from sivel/version-compare-filterMichael DeHaan2014-04-031-0/+32
|\ \
| * | Add version_compare filterMatt Martz2014-04-031-0/+32
* | | Merge pull request #5555 from sivel/expose-playbook-to-callbackMichael DeHaan2014-04-032-0/+7
|\ \ \
| * | | Expose the playbook to callback pluginsMatt Martz2014-01-082-0/+7
* | | | Use common file argument system previously implemented by @sivel for rax modu...Michael DeHaan2014-04-031-2/+11
* | | | Use PluginLoader for module docs fragmentsMatt Martz2014-04-034-28/+52
* | | | Add support for shared module documentation fragmentsMatt Martz2014-04-032-0/+136
* | | | Allow isprintable() util function to work with unicodeJames Cammarata2014-04-031-5/+8
* | | | Fixes #6088 turn off sudo and su if the connection is local the sudo user mat...James Tanner2014-04-031-0/+7
* | | | Merge pull request #6711 from j2sol/raw-unreachablejctanner2014-04-031-1/+1
|\ \ \ \
| * | | | Treat 255 errors from raw as dark hostJesse Keating2014-03-271-1/+1
* | | | | Merge pull request #6787 from tyll/pull_ssh_promptjctanner2014-04-031-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ssh: propagate prompt to _communicate()Till Maas2014-04-011-1/+2
| | |_|/ | |/| |
* | | | Fixes to variable issues introduced by recent changesJames Cammarata2014-04-031-1/+5
* | | | Add directory_mode to common file parameters to prevent errors.Harlan Lieberman-Berg2014-04-021-0/+1
* | | | Merge pull request #6788 from tyll/pull_ssh_verbose_commentsMichael DeHaan2014-04-021-6/+12
|\ \ \ \
| * | | | ssh connection plugin: Make comments more verboseTill Maas2014-04-011-6/+12
| |/ / /
* | | | Fix variable naming issue in _load_tasks()James Cammarata2014-04-021-3/+3
* | | | Differentiate decryption failures from empty data files in ansible-vaultJames Cammarata2014-04-021-2/+2
* | | | Splitting SETUP_CACHE into two caches, one for host vars and one for setup factsJames Cammarata2014-04-014-22/+37
* | | | Fixes to safe_evalJames Cammarata2014-04-011-27/+72
* | | | Apply extra vars after all other vars have been merged in a playJames Cammarata2014-03-311-3/+4
* | | | Making the exception caught during os.dup of stdin explicitJames Cammarata2014-03-311-2/+2
* | | | Catch errors when duping stdinJames Cammarata2014-03-311-6/+16
* | | | Merge branch 'devel' of https://github.com/Synforge/ansible into Synforge-develJames Cammarata2014-03-311-1/+3
|\ \ \ \
| * | | | Added template call to _executor_internal to allow the passing of arbitrary d...Paul Oyston2014-03-271-1/+3
| | |/ / | |/| |
* | | | Merge branch 'regexreplace' of git://github.com/jacobweber/ansible into jacob...James Tanner2014-03-311-0/+10
|\ \ \ \
| * | | | Add regex_replace jinja2 filterJacob Weber2014-02-121-0/+10