summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make a yaml type for unicode so that we can track line numbersv2-unicode-yamlToshio Kuratomi2015-03-313-5/+35
* Change AnsibleConstructor for yaml to only return unicode stringsToshio Kuratomi2015-03-311-0/+10
* Just move things around so that new_inventory doesn't interfere with testingToshio Kuratomi2015-03-312-2/+2
* updated versionBrian Coca2015-03-311-1/+1
* Merge pull request #10580 from ansible/v2-parse_kv-newlineToshio Kuratomi2015-03-311-3/+2
|\
| * Possible fix for the first newline and triple newline problemsv2-parse_kv-newlineToshio Kuratomi2015-03-301-3/+2
* | updated ref to pickup latest docfixesBrian Coca2015-03-311-5/+5
* | updated ref so docs can buildBrian Coca2015-03-311-8/+5
* | updated changelog with new cloudstack modulesBrian Coca2015-03-311-0/+3
* | updated submodule refsBrian Coca2015-03-312-11/+12
|/
* Various unicode and backslash escape cleanupsToshio Kuratomi2015-03-304-44/+143
* Fix no closed parensToshio Kuratomi2015-03-301-5/+10
* Port sivel's fix for egg_info (#10563) to v2Toshio Kuratomi2015-03-301-2/+1
* Remove fireball connection plugin. v2 will have accelerate but not fireballToshio Kuratomi2015-03-301-151/+0
* Some notes on optimizing module_replacerToshio Kuratomi2015-03-301-0/+10
* Update core to fix cloudformation problemToshio Kuratomi2015-03-301-7/+6
* Merge pull request #10545 from resmo/feature/cloudstack-utilsBrian Coca2015-03-302-0/+255
|\
| * cloudstack: module utils are BSD licensedRene Moser2015-03-261-10/+20
| * cloudstack: fail_json() if library cs is not foundRene Moser2015-03-261-4/+5
| * cloudstack: add doc fragmentRene Moser2015-03-261-0/+62
| * cloudstack: add utils for common functionalityRene Moser2015-03-261-0/+182
* | Merge pull request #10571 from bcoca/community_docsBrian Coca2015-03-301-43/+69
|\ \
| * | small updates to community and contribution pageBrian Coca2015-03-291-43/+69
* | | added zabbix modules to changelogBrian Coca2015-03-291-0/+3
|/ /
* | Merge pull request #10566 from bcoca/role_sudoBrian Coca2015-03-291-1/+1
|\ \
| * | readded sudo/su vars to allow role/includes to work with passed sudo/suBrian Coca2015-03-271-1/+1
|/ /
* | Merge pull request #10563 from sivel/fix-gen-egg-infoBrian Coca2015-03-271-2/+1
|\ \
| * | egg_info is now written directly to libMatt Martz2015-03-271-2/+1
* | | Merge pull request #10558 from hagbarddenstore/develBrian Coca2015-03-271-0/+2
|\ \ \
| * | | Always define error before using itKim Johansson2015-03-271-0/+2
| |/ /
* | | Merge pull request #10557 from kristous/patch-2Brian Coca2015-03-271-1/+1
|\ \ \
| * | | Update README.mdkristous2015-03-271-1/+1
| |/ /
* | | Merge pull request #9894 from 47lining/cloud_modules_sts_support_redux_ansibleBrian Coca2015-03-272-29/+33
|\ \ \
| * | | Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2014-12-252-29/+33
* | | | Merge pull request #10554 from jxn/changelog-spellcheckBrian Coca2015-03-271-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a few spelling errors in the changelogjxn2015-03-261-5/+5
|/ / /
* | | Merge pull request #10551 from deimosfr/develBrian Coca2015-03-261-1/+1
|\ \ \
| * | | fix consul inventory issue (missing method param)deimosfr2015-03-261-1/+1
|/ / /
* | | Correct typoToshio Kuratomi2015-03-261-1/+1
* | | Update the module pointersToshio Kuratomi2015-03-263-21/+18
* | | v2 equivalent for https://github.com/ansible/ansible/pull/8564Toshio Kuratomi2015-03-261-4/+6
* | | make sure the shebang we inject into the module is a strToshio Kuratomi2015-03-261-1/+3
| |/ |/|
* | added cloudtrail to changelogBrian Coca2015-03-261-0/+1
* | added maven artifact to changelogBrian Coca2015-03-251-0/+1
* | added pushover module to changelogBrian Coca2015-03-251-0/+1
* | updated changelogBrian Coca2015-03-251-0/+6
* | Merge pull request #10538 from tobarja/patch-1Brian Coca2015-03-251-3/+3
|\ \
| * | Fix some typos in CHANGELOG.mdAndrew Thompson2015-03-251-3/+3
|/ /
* | Fix the command module handling of non-ascii values.Toshio Kuratomi2015-03-251-2/+7
* | Convert exceptions to unicode using to_unicode rather than str. that stops u...Toshio Kuratomi2015-03-251-1/+2