summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release v2.0.0-0.9.rc4v2.0.0-0.9.rc4James Cammarata2016-01-073-1/+1
* Fix typoToshio Kuratomi2016-01-071-5/+2
* More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-077-29/+62
* Revert "Show version without supplying a dummy action"Brian Coca2016-01-072-8/+2
* Merge branch 'ktosiek-fix-playbook-hanging' into stable-2.0James Cammarata2016-01-061-10/+17
|\
| * Don't drop noops from task counting code in linear strategyJames Cammarata2016-01-061-6/+0
| * linear strategy: don't look at tasks from the next blockTomasz Kontusz2016-01-051-10/+23
* | Show version without supplying a dummy actionmuffl0n2016-01-062-2/+8
* | Strip string terms before templatingAbhijit Menon-Sen2016-01-061-2/+1
|/
* Fix exception catching to be importable on python3Toshio Kuratomi2016-01-051-1/+2
* move hostvars.vars to varsBrian Coca2016-01-051-2/+2
* simplified diff handling in callbackBrian Coca2016-01-051-5/+2
* now handles 'non file diffs'Brian Coca2016-01-051-0/+4
* Update extras submodule refToshio Kuratomi2016-01-051-0/+0
* Fix problems with non-ascii values passed as part of the command to connectio...Toshio Kuratomi2016-01-0510-13/+97
* Clean up debug logging around _low_level_execute_commandAbhijit Menon-Sen2016-01-052-20/+7
* move core submodule pointernitzmahone2016-01-041-0/+0
* Do not set 'changed' to True when using group_byMichael Scherer2016-01-041-1/+1
* Replace to_string by to_unicode.Yannig Perré2016-01-011-1/+1
* added newer vars to 'reset_vars'Brian Coca2015-12-281-1/+14
* minor fix to become docsBrian Coca2015-12-281-7/+7
* clarify idempotence explanationStephen Medina2015-12-281-1/+1
* updated release cycle to 4 months instead of 2Brian Coca2015-12-271-5/+4
* CHANGELOG entry for bigip* validate_certs changeToshio Kuratomi2015-12-251-0/+7
* Oops, core needs to stay on stable-2.0Toshio Kuratomi2015-12-251-9/+0
* Update submodule refsToshio Kuratomi2015-12-252-0/+9
* bigip changes as requested by bcoca and abadger:Toshio Kuratomi2015-12-251-10/+26
* cloudstack: test_cs_instance: more integration testsRene Moser2015-12-237-23/+272
* Update submodule refsToshio Kuratomi2015-12-232-0/+0
* Going to do this in the connection pluginToshio Kuratomi2015-12-231-2/+1
* Going to do this in the connection pluginToshio Kuratomi2015-12-231-6/+6
* Going to do this in the connection pluginToshio Kuratomi2015-12-231-1/+3
* corrected role path search orderBrian Coca2015-12-231-36/+34
* fixed tests to follow new invocation structureBrian Coca2015-12-231-7/+12
* better module error handlingBrian Coca2015-12-233-5/+9
* fix no_log disclosure when using aliasesBrian Coca2015-12-221-6/+12
* Convert to bytes later so that make_become_command can jsut operate on text t...Toshio Kuratomi2015-12-221-3/+1
* Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issue...Yannig Perré2015-12-221-6/+6
* Also convert ints to bool for type=boolMonty Taylor2015-12-221-1/+1
* Version bump for 2.0.0-0.8.rc3v2.0.0-0.8.rc3James Cammarata2015-12-213-1/+1
* Transform the command we pass to subprocess into a byte string in _low_level-...Toshio Kuratomi2015-12-211-1/+2
* Actually disable parallel makes for integration runnerJames Cammarata2015-12-211-1/+1
* Delete new_inventory from stable-2.0 as it isn't used there.Toshio Kuratomi2015-12-213-416/+0
* Dropping instance size back down since we're not doing parallel buildsJames Cammarata2015-12-211-1/+1
* Integration test runner tweaksJames Cammarata2015-12-212-2/+4
* Kick up the integration runner test image sizeJames Cammarata2015-12-211-1/+1
* Parallelize make command for integration test runnerJames Cammarata2015-12-212-1/+2
* Merge role params into variables separately from other variablesYannig Perré2015-12-212-0/+7
* Adding documentation for the 'dig' lookup (#13126).Branko Majic2015-12-211-0/+106
* allow for non standard hostnamesBrian Coca2015-12-215-29/+49