summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #12579 from acogdev/develBrian Coca2015-10-011-20/+20
|\ \
| * | Put retry_files_enabled and retry_files_save_path into alphabetical order. Fo...acogdev2015-09-301-20/+20
* | | fixed error reporting on splitterBrian Coca2015-10-011-1/+3
* | | fixed error reporting for unkown become userBrian Coca2015-10-011-1/+1
* | | added missing import for pwd, was being obscured by exception catching and fa...Brian Coca2015-10-011-0/+1
* | | fixed vault password file script executionBrian Coca2015-10-011-1/+2
* | | fixed incorrect data passing on certain eventsBrian Coca2015-10-011-2/+2
* | | fixed error reporting when missing redis importBrian Coca2015-10-011-0/+1
* | | added missing entry for dealing with bccBrian Coca2015-10-011-0/+1
* | | Add github ID to documentation exampleGreg DeKoenigsberg2015-10-011-1/+1
* | | fixed some pyflakesBrian Coca2015-10-011-3/+3
* | | Merge pull request #12379 from bcoca/document_varsBrian Coca2015-10-011-11/+69
|\ \ \
| * | | fixed zpellingsBrian Coca2015-09-151-1/+1
| * | | fixed typoe (thanks @resmo)Brian Coca2015-09-151-1/+1
| * | | rewrote 1.x section of precedence to prevent promissing specificity to those ...Brian Coca2015-09-151-3/+16
| * | | documenting var precedenceBrian Coca2015-09-151-12/+57
* | | | Merge pull request #12595 from amenonsen/fixups-1James Cammarata2015-10-011-2/+0
|\ \ \ \
| * | | | Remove mysterious old cruftAbhijit Menon-Sen2015-10-011-2/+0
* | | | | Merge pull request #12589 from jemmyw/consul-http-checksJames Cammarata2015-10-011-1/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update consul integration test with http checksJeremy Wells2015-08-191-1/+45
* | | | | Merge pull request #12584 from amenonsen/fixupsBrian Coca2015-10-011-2/+1
|\ \ \ \ \
| * | | | | Remove an unwanted FIXME annotationAbhijit Menon-Sen2015-10-011-2/+1
* | | | | | updated ansible-doc to ignore more stuff that has been added to the module reposBrian Coca2015-10-011-2/+2
* | | | | | created debug method, renamed debug attribute to _debugBrian Coca2015-10-011-4/+8
* | | | | | Fix bug caused by options not having start_at_task when used through adhocJames Cammarata2015-10-011-1/+1
* | | | | | Pull submodule refs to fix docs buildsToshio Kuratomi2015-09-301-8/+5
* | | | | | Update submodule refsToshio Kuratomi2015-09-302-14/+14
* | | | | | Port to v2 APIToshio Kuratomi2015-09-302-173/+159
* | | | | | Minor refactoringsToshio Kuratomi2015-09-301-13/+9
* | | | | | Create error messages instead of tracebacks.Toshio Kuratomi2015-09-301-11/+19
|/ / / / /
* | | | | Merge pull request #12583 from trondhindenes/windows_docs_improvementBrian Coca2015-09-301-10/+13
|\ \ \ \ \
| * | | | | Windows: Updated docs to reflect the new name of get-attr, along with examplesTrond Hindenes2015-09-301-10/+13
|/ / / / /
* | | | | Merge pull request #12568 from mgedmin/py3kToshio Kuratomi2015-09-302-23/+57
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Tweak comment styleMarius Gedminas2015-09-301-6/+16
| * | | | Fix test: selinux gets passed byte stringsMarius Gedminas2015-09-301-2/+2
| * | | | Fix test: _to_filesystem_str produces byte stringsMarius Gedminas2015-09-301-2/+2
| * | | | Python 3: don't convert unicode to unicodeMarius Gedminas2015-09-301-1/+1
| * | | | Python 3 has no dict.iteritems()Marius Gedminas2015-09-301-9/+18
| * | | | Make sure 'basestring', 'bytes' and 'unicode' are definedMarius Gedminas2015-09-301-0/+16
| * | | | Python 3: there's no __builtin__ moduleMarius Gedminas2015-09-301-7/+6
* | | | | Merge pull request #12578 from trondhindenes/powershell_getattr_improvements2Brian Coca2015-09-301-3/+29
|\ \ \ \ \
| * | | | | Get-AnsibleParamTrond Hindenes2015-09-301-3/+29
|/ / / / /
* | | | | Remember if we already skipped tasks via --start-at-taskJames Cammarata2015-09-302-2/+14
* | | | | Fix metadata description for galaxy_tags.chouseknecht2015-09-301-2/+1
* | | | | Changing tag to galaxy_tag.chouseknecht2015-09-302-7/+7
* | | | | Replace categories with tags.chouseknecht2015-09-303-30/+29
* | | | | Merge pull request #12572 from amenonsen/vault-pagerBrian Coca2015-09-302-16/+3
|\ \ \ \ \
| * | | | | Make «ansible-vault view» not write plaintext to a tempfileAbhijit Menon-Sen2015-09-302-16/+3
|/ / / / /
* | | | | updated async to pass along no_log settingBrian Coca2015-09-301-2/+6
|/ / / /
* | | | Merge pull request #12528 from bcoca/task_loggingBrian Coca2015-09-306-45/+79
|\ \ \ \