summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* AnsibleWorks -> AnsibleMichael DeHaan2014-01-282-2/+2
* Fix .ssh/known_hosts path expansion.Heikki Hokkanen2014-01-281-1/+5
* Merge branch 'slow_ssh' of git://github.com/lberruti/ansible into lberruti-sl...James Tanner2014-01-282-28/+8
|\
| * Simplified p.poll handlingLuca Berruti2014-01-102-28/+8
* | self.su_user is done earlier in the code path, and is auto-vivified fromAdam Heath2014-01-281-1/+0
* | Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeyc...James Tanner2014-01-281-0/+4
* | Fixing bug relating to su without an su_passJames Cammarata2014-01-272-5/+9
* | Allow su_user to be templated, same as sudo_user.Adam Heath2014-01-271-2/+4
* | Fixing traceback caused by incorrect argument passing to json.dumpsJames Cammarata2014-01-272-3/+9
* | Merge pull request #5724 from angstwad/su-tasks-fixjctanner2014-01-231-1/+1
|\ \
| * | Fix bug where self.su was being set by the sudo param in play tasksPaul Durivage2014-01-221-1/+1
* | | Merge pull request #5713 from angstwad/su-fixjctanner2014-01-232-0/+12
|\ \ \ | |/ / |/| |
| * | Disallow su and sudo params in same play/taskPaul Durivage2014-01-222-0/+12
* | | Merge pull request #5722 from jeromew/pipelining_defaultJames Cammarata2014-01-221-1/+1
|\ \ \
| * | | Bug in constants.py, ANSIBLE_SSH_PIPELINING should be coerced to booleanjeromew2014-01-221-1/+1
* | | | Bug: chmod should be called only if the tmp dir was created in the first placejeromew2014-01-221-1/+1
|/ / /
* | | Fix merge conflicts from #5519James Tanner2014-01-213-15/+31
|\ \ \ | |/ / |/| |
| * | Store the list of hosts to run on in runner objectJesse Keating2014-01-202-3/+11
| * | Store hosts for a play as a play attributeJesse Keating2014-01-202-11/+19
* | | Merge pull request #5694 from angstwad/add-su-support-revertjctanner2014-01-2116-89/+265
|\ \ \
| * | | Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""Paul Durivage2014-01-2015-84/+257
| * | | Resolve su bug in paramiko libsPaul Durivage2014-01-202-5/+8
| |/ /
* | | Fix an issue where git-pull fails with AttributeErrorRob Smith2014-01-201-0/+4
* | | When not finding a host in ~/.ssh/known_hosts, the return value is 0 if the h...Rob Smith2014-01-201-2/+1
|/ /
* | Fixes #3129 Do not require localhost to be in inventoryJames Tanner2014-01-201-3/+19
* | Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-2015-258/+85
* | Hostvars support for suPaul Durivage2014-01-201-0/+3
* | Ensure playbook support for su paramsPaul Durivage2014-01-202-2/+4
* | Resolve rebase conflictsPaul Durivage2014-01-202-2/+2
* | Enable su support in paramkio; disable su support in fireball, local, acceler...Paul Durivage2014-01-207-14/+36
* | Proposing fix for Issue #4324; adding support for su in connection plugins ss...Paul Durivage2014-01-208-68/+214
* | Make synchronize module work better with local transport, fix #5668Michael Scherer2014-01-171-1/+1
* | Fixes #5631 Return a unique list of hosts when joining groupsJames Tanner2014-01-161-1/+1
* | Added ANSIBLE_SSH_PIPELINING option to enable/disable pipelining supportJames Cammarata2014-01-162-2/+4
* | Reverting paramiko_ssh/alt changes from yesterdayJames Cammarata2014-01-163-20/+20
* | Do not log the rax api_key argument in module invocationMatt Martz2014-01-151-1/+1
* | Don't use pipelining when ANSIBLE_KEEP_REMOTE_FILES is enabledJames Cammarata2014-01-151-3/+5
* | Moving {ssh,paramiko}_alt connection types to be the defaultsJames Cammarata2014-01-155-101/+101
* | Adding paramiko_alt - pipelining support for paramiko connectionsJames Cammarata2014-01-152-2/+343
* | Merge pull request #5465 from deonbredenhann/false_mandatory_variablejctanner2014-01-141-3/+6
|\ \
| * | Treat a False mandatory variable as defined.Deon Bredenhann2013-12-311-2/+5
| * | Remove trailing spaceDeon Bredenhann2013-12-311-1/+1
* | | Merge pull request #5337 from bob-smith/bugfixFQDNParsingjctanner2014-01-141-4/+4
|\ \ \
| * | | Fix inventory parsing so that FQDN can be parsed without throwing sshJohn Barker2013-12-181-4/+4
* | | | Merge pull request #5308 from zecrazytux/fix/hash_merge_dynamic_inventoryjctanner2014-01-141-1/+1
|\ \ \ \
| * | | | Let merge hash_bahaviour work with dynamic inventorySébastien Bocahu2013-12-161-1/+1
* | | | | Merge pull request #4987 from jpmens/lookup-csvfilejctanner2014-01-141-0/+82
|\ \ \ \ \
| * | | | | New lookup plugin csvreaderJan-Piet Mens2013-11-211-0/+82
* | | | | | Allow float as an argument type in AnsibleModulewillthames2014-01-131-0/+6
* | | | | | This fixes bugs added as a part of 8665b0638a1d3a70f985126b0f007a26c81273cbRob Smith2014-01-121-6/+15