summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Since Connection.execute_command() returns bytes, deal with the repurcussions...py3-unicode-execToshio Kuratomi2015-10-011-6/+16
* 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
|\
| * renamed managed_syslog to no_target_syslogBrian Coca2015-09-263-3/+3
| * task logging revampBrian Coca2015-09-256-45/+79
* | pushed up openvz detection for cases of 'stacked' virtualizationBrian Coca2015-09-301-11/+11
* | Merge pull request #12574 from LinusU/patch-1Brian Coca2015-09-301-11/+11
|\ \
| * | facts: correctly detect docker inside a xen hostLinus Unnebäck2015-09-301-11/+11
* | | Merge pull request #12543 from DevOps4Networks/develBrian Coca2015-09-301-2/+3
|\ \ \ | |/ / |/| |
| * | #12454 changing to footnote.Nathan Sowatskey2015-09-301-10/+3
| * | Updating Mac OSX guidance comment to make it a note for issue #12454.Nathan Sowatskey2015-09-291-0/+4
| * | Adding Mac OSX guidance comment for issue #12454.Nathan Sowatskey2015-09-291-2/+2
| * | Adding Mac OSX guidance comment for issue #12454.Nathan Sowatskey2015-09-281-0/+2
| * | Adding Mac OSX guidance comment for issue #12454.Nathan Sowatskey2015-09-281-1/+1
| * | Adding Mac OSX guidance comment for issue #12454.Nathan Sowatskey2015-09-281-0/+2
* | | Fix to exclude forward slashes from git info during 'make rpm'James Cammarata2015-09-301-1/+1
* | | Use delegated_to field for play context remote_addr, if none other existsJames Cammarata2015-09-302-0/+18
* | | Merge pull request #12561 from srvg/anotherdirpyJames Cammarata2015-09-301-1/+1
|\ \ \
| * | | Inject existing groups at InventoryDir initializationSerge van Ginderachter2015-09-291-1/+1
* | | | Merge pull request #12569 from amenonsen/fixesJames Cammarata2015-09-301-6/+3
|\ \ \ \
| * | | | Bring groups handling in ini.py up-to-dateAbhijit Menon-Sen2015-09-301-6/+3
* | | | | Merge pull request #12564 from geerlingguy/update-readmeJames Cammarata2015-09-301-1/+1
|\ \ \ \ \