summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Do not fetch or add keys for http based git urlsJames Tanner2014-01-111-1/+1
* | | | | | Set accept_hostkey to False by default in the git module and failJames Tanner2014-01-111-10/+10
* | | | | | Add an "accept_hostkey" parameter to the git module to help automaticallyJames Tanner2014-01-111-0/+58
* | | | | | Ensure sys.stdout has an istty methodJames Tanner2014-01-101-3/+4
* | | | | | Fixes #4958 Truncate printed stdout if it contains non-printable charactersJames Tanner2014-01-102-0/+14
* | | | | | Fixes #3973 Second Revision of live ansible-pull outputJames Tanner2014-01-101-0/+59
| |_|_|_|/ |/| | | |
* | | | | Update sshpass hostkey error messageJames Tanner2014-01-082-2/+2
* | | | | Fixes #5531 Give the user a better error message when sshpass does not know t...James Tanner2014-01-082-0/+10
* | | | | remove useless create/delete remote tmp dir roundtrip in copy modulejeromew2014-01-081-5/+0
* | | | | Make sure 'tmp' is in the remote tmp dirname to ensure correct cleanupjeromew2014-01-071-1/+1
* | | | | Merge pull request #5517 from lichesser/fix_set_depreciation_warningjctanner2014-01-071-2/+1
* | | | | Merge pull request #5504 from smoothify/synchronize-sudojctanner2014-01-061-4/+15
|\ \ \ \ \
| * | | | | Don't override sudo if transport is set to local.smoothify2014-01-041-4/+15
* | | | | | Merge pull request #5311 from willthames/ec2_refactorjctanner2014-01-061-0/+34
|\ \ \ \ \ \
| * | | | | | Move more responsibility to common EC2 modulewillthames2013-12-171-0/+34
* | | | | | | Fixes #5238 Improve error messaging about unquoted variable references in pla...James Tanner2014-01-061-0/+22
* | | | | | | Fixes #5196 return a unique list of hostnames for a single host patternJames Tanner2014-01-061-1/+5
| |/ / / / / |/| | | | |
* | | | | | Fact gathering on a second play against the same hosts should not be implicit...Michael DeHaan2014-01-041-1/+1
* | | | | | Resolve merge commitMichael DeHaan2014-01-041-4/+0
* | | | | | Merge pull request #5468 from jeromew/ansible_ssh_altMichael DeHaan2014-01-041-6/+30
|\ \ \ \ \ \
| * | | | | | fix issue #5372 on ssh_alt: accept -K option even for a user with NOPASSWDjeromew2013-12-311-6/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5498 from j2sol/exit_setup_earlyMichael DeHaan2014-01-041-3/+3
|\ \ \ \ \ \
| * | | | | | Return early from setup step when possibleJesse Keating2014-01-031-3/+3
* | | | | | | Merge branch 'use_comps' of git://github.com/j2sol/ansible into develMichael DeHaan2014-01-041-8/+2
|\ \ \ \ \ \ \
| * | | | | | | Use list comprehensions for efficiencyJesse Keating2014-01-031-8/+2
| |/ / / / / /
* | | | | | | Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-0424-24/+24
* | | | | | | Complete removal/refactoring of conditional deprecations.Michael DeHaan2014-01-031-0/+3
* | | | | | | Remove code underlying when_* and only_if, which are deprecated features slat...Michael DeHaan2014-01-035-154/+42
|/ / / / / /
* | | | | | We have had only_if, when_foo, etc, deprecated for a while and said they woul...Michael DeHaan2014-01-034-14/+18
* | | | | | Fixes #5200 Handle template contents with unicode strings betterJames Tanner2014-01-031-1/+8
* | | | | | Fixes #5146 Handle missing stdin when running under celery with rabbitmq or r...James Tanner2014-01-031-2/+7
* | | | | | Don't need to document these guys.Michael DeHaan2014-01-021-1/+1
* | | | | | Fixes #4935 Synchronize module: set destination to an fqdn if connection is n...James Tanner2014-01-021-3/+17
* | | | | | Merge pull request #5047 from sergevanginderachter/synch_template_ansiblesshhostjctanner2014-01-021-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | synchronize: allow ansible_ssh_host to be templatedSerge van Ginderachter2013-11-251-0/+2
* | | | | | Fixed syntax error and removed unused importsLevi Gross2013-12-251-3/+2
* | | | | | Remove depedency of lookup plugin on setting in ansible.cfgMichael DeHaan2013-12-211-2/+5
* | | | | | Update constants.pyMichael DeHaan2013-12-211-3/+0
* | | | | | Make sure action plugin copy cleans up tmp dirStephen Fromm2013-12-201-0/+3
* | | | | | Allow for no role dependencies in role metadataJames Tanner2013-12-191-0/+2
* | | | | | Addresses #5341 Expand home directories when searching for roles in ansible-p...James Tanner2013-12-181-0/+1
* | | | | | Fixes #5341 Use constants.py to set the roles directoryJames Tanner2013-12-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #5259 from mvo5/bugfix/improve-error-on-invalid-vars-filejctanner2013-12-171-0/+2
|\ \ \ \ \
| * | | | | improve error on invalid vars file (if its a list instead of a dict)Michael Vogt2013-12-121-0/+2
* | | | | | ssh_alt - only trigger 'fatal' when returncode == 255 (interpreted as 'could ...jeromew2013-12-171-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #5178 from cavassin/develjctanner2013-12-162-3/+12
|\ \ \ \ \
| * | | | | Avoid UnicodeDecodeError exception when passing module argsWanderlei Antonio Cavassin2013-12-061-1/+4
| * | | | | Prevent UnicodeEncodeErrorcavassin2013-12-051-2/+8
* | | | | | Revert "Merge pull request #4874 from leth/editable_install"James Tanner2013-12-161-7/+7
* | | | | | Merge pull request #4874 from leth/editable_installjctanner2013-12-161-7/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |