summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bigip changes as requested by bcoca and abadger:f5-remove-global-ssl-disableToshio Kuratomi2015-12-241-10/+26
* updated submodule refs to pick up module changesBrian Coca2015-12-232-12/+15
* Merge pull request #13647 from bcoca/fix_role_searchBrian Coca2015-12-231-36/+34
|\
| * corrected role path search orderBrian Coca2015-12-221-36/+34
* | fixed tests to follow new invocation structureBrian Coca2015-12-231-7/+12
* | Merge pull request #13648 from bcoca/fix_invocation_and_moderrorsBrian Coca2015-12-233-5/+9
|\ \
| * | better module error handlingBrian Coca2015-12-223-5/+9
| |/
* | switched from pythonic None to generic nullBrian Coca2015-12-231-1/+1
* | Merge pull request #13651 from mscherer/fix_python3Brian Coca2015-12-231-1/+2
|\ \
| * | Fix last commit, make it python3 compatible (and py24)Michael Scherer2015-12-231-1/+2
| |/
* | Merge pull request #13649 from mattroberts297/patch-1Brian Coca2015-12-231-1/+1
|\ \ | |/ |/|
| * Update playbooks_intro.rstMatt Roberts2015-12-231-1/+1
|/
* fix no_log disclosure when using aliasesBrian Coca2015-12-221-6/+12
* Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issue...Yannig Perré2015-12-221-6/+6
* Convert to bytes later so that make_become_command can jsut operate on text t...Toshio Kuratomi2015-12-221-3/+1
* Also remove the bool casting function info (transparent to module writer now)Toshio Kuratomi2015-12-221-1/+1
* Update the developing doc to modern method of specifying bool argspec valuesToshio Kuratomi2015-12-221-2/+2
* Merge pull request #13639 from emonty/bool-conversionBrian Coca2015-12-221-1/+1
|\
| * Also convert ints to bool for type=boolMonty Taylor2015-12-221-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
* | 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 pull request #13613 from azaghal/devel-13126-dig_lookup_documentationBrian Coca2015-12-211-0/+106
|\ \
| * | Adding documentation for the 'dig' lookup (#13126).Branko Majic2015-12-201-0/+106
* | | Merge pull request #13616 from resmo/for-ansible-stable-2.0Brian Coca2015-12-217-23/+272
|\ \ \
| * | | cloudstack: test_cs_instance: more integration testsRene Moser2015-12-207-23/+272
* | | | allow for non standard hostnamesBrian Coca2015-12-215-29/+49
* | | | role search path clarifiedBrian Coca2015-12-211-5/+2
* | | | Merge role params into variables separately from other variablesYannig Perré2015-12-212-0/+7
* | | | Merge pull request #13607 from mattclay/test-cache-typoBrian Coca2015-12-211-1/+1
|\ \ \ \
| * | | | Fixed import typo for memcache module in tests.Matt Clay2015-12-191-1/+1
* | | | | Disable docker test for Fedora, due to broken packagingJames Cammarata2015-12-201-1/+1
* | | | | Save output of integration test results to files we can archiveJames Cammarata2015-12-201-1/+11
| |/ / / |/| | |
* | | | And change the task a little more since different shlex versions are handling...Toshio Kuratomi2015-12-201-1/+1
* | | | Fix test playbook syntaxToshio Kuratomi2015-12-201-1/+1
* | | | Since the velox test server seems to be dropping using iptables to drop reque...Toshio Kuratomi2015-12-201-8/+37
* | | | Done troubleshootingToshio Kuratomi2015-12-201-12/+2
* | | | Fix logic in PlayIterator when inserting tasks during rescue/alwaysJames Cammarata2015-12-201-1/+1
* | | | Try updating the centos7 image to a newer version (trying to resolve issue be...Toshio Kuratomi2015-12-201-1/+1
* | | | Fixes for tests that assumed yum as package manager for systems thatToshio Kuratomi2015-12-206-15/+24
| |/ / |/| |
* | | Switch from yum to package when installing sudo so that dnf is handled as wellToshio Kuratomi2015-12-191-7/+1
* | | Fixing bugs in conditional testing with until and some integration runner tweaksJames Cammarata2015-12-196-32/+34
* | | Fix unittests for return of invocation from fail_json and exit_jsonToshio Kuratomi2015-12-191-7/+10
* | | corrected service detection in docker versionsBrian Coca2015-12-191-2/+2
* | | Add package module to squash listToshio Kuratomi2015-12-191-1/+1
* | | Troubleshooting has reduced us to thisToshio Kuratomi2015-12-191-2/+12
* | | Remove args from get_name() as we can't tell if any of the args are no_logToshio Kuratomi2015-12-191-3/+2