summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add OpenStack Router Gateway module"revert-1049-feature/os_router_gatewayMonty Taylor2015-03-312-161/+0
* Merge pull request #1049 from emonty/feature/os_router_gatewayMonty Taylor2015-03-312-0/+161
|\
| * Add OpenStack Router Gateway moduleMonty Taylor2015-03-312-0/+161
|/
* corrected version addedBrian Coca2015-03-311-1/+1
* Merge pull request #830 from BlackMesh/develBrian Coca2015-03-311-1/+15
|\
| * mysql_user #829: add update_password to mysql_userSolomon Gifford2015-02-201-1/+15
* | added support for postgres9.4 which is now available from amazonBrian Coca2015-03-311-2/+3
* | really fixed docs this timeBrian Coca2015-03-311-1/+1
* | fixed doc issues on cloudformationBrian Coca2015-03-311-4/+2
* | Merge pull request #999 from DavidWittman/service-upstart-bugBrian Coca2015-03-301-1/+1
|\ \
| * | [service] Fix bug with upstart detectionDavid Wittman2015-03-251-1/+1
* | | Merge pull request #957 from stansonhealth/develBrian Coca2015-03-301-3/+12
|\ \ \
| * | | code review fixes per #957tedder2015-03-301-2/+3
| * | | skip password changes so pg_authid isn't neededtedder2015-03-301-3/+11
|/ / /
* | | Merge pull request #366 from Rob-Johnson/cloudformation-urlBrian Coca2015-03-301-3/+34
|\ \ \
| * | | allow both template and template_url parametersRob Johnson2015-03-301-3/+34
|/ / /
* | | Merge pull request #334 from adamchainz/cloudformation_dont_always_need_templateBrian Coca2015-03-301-5/+19
|\ \ \
| * | | Make cloudformation module's template argument not required in case of stack ...Adam Chainz2015-03-291-5/+19
* | | | Merge pull request #339 from lorin/instance_idBrian Coca2015-03-301-2/+2
|\ \ \ \
| * | | | Use the correct alias syntaxLorin Hochstein2015-03-281-1/+1
| * | | | ec2 module: add instance_id aliasLorin Hochstein2015-03-281-2/+2
| |/ / /
* | | | Merge pull request #1029 from 47lining/sts_support_s3_fix_v3Brian Coca2015-03-301-3/+3
|\ \ \ \
| * | | | clean rebase of https://github.com/ansible/ansible-modules-core/pull/1024 on ...Mick Bass2015-03-291-3/+3
* | | | | Merge pull request #1011 from zecrazytux/bugreport_265Brian Coca2015-03-301-6/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Removes YAML body_format optionSébastien Bocahu2015-03-301-6/+3
| * | | | Add body_format for handling of JSON and YAML bodySébastien Bocahu2015-03-271-6/+23
* | | | | removed requirements/boto as it broke documentation as it is duplicated in sh...Brian Coca2015-03-297-7/+0
* | | | | Merge pull request #1027 from apollo13/patch-1Brian Coca2015-03-292-3/+2
|\ \ \ \ \
| * | | | | Added os.path.expanduser to app_path in django_manageFlorian Apolloner2015-03-291-3/+1
| * | | | | Added os.path.expanduser when searching for pip executable.Florian Apolloner2015-03-291-0/+1
|/ / / / /
* | | | | Merge pull request #318 from preo/ec2-group-empty-rulesBrian Coca2015-03-291-4/+8
|\ \ \ \ \
| * | | | | ec2_group allow empty rules.Robert Estelle2014-12-011-4/+8
* | | | | | Merge pull request #1021 from defionscode/s3_connBrian Coca2015-03-291-15/+15
|\ \ \ \ \ \
| * | | | | | allow boto profile use with s3Jonathan Davila2015-03-281-15/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #266 from yosida95/fakes3sBrian Coca2015-03-291-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | support secure connection on fakes3Kohei YOSHIDA2015-03-281-2/+2
|/ / / / /
* | | | | Merge pull request #1019 from rtrauntvein/patch-1Brian Coca2015-03-271-1/+1
|\ \ \ \ \
| * | | | | Specify that "state: reloaded" was added in Ansible 1.9Ryan Trauntvein2015-03-271-1/+1
|/ / / / /
* | | | | Merge pull request #1018 from smiller171/develBrian Coca2015-03-271-1/+2
|\ \ \ \ \
| * | | | | describe choices in alias documentationScott Miller2015-03-271-1/+2
|/ / / / /
* | | | | Merge pull request #569 from 47lining/rate-throttling-retries-updateBrian Coca2015-03-271-3/+16
|\ \ \ \ \
| * | | | | add retry with exponential backoff when we receive throttling error code from...Mick Bass2014-12-251-3/+16
* | | | | | Merge pull request #566 from 47lining/cloud_modules_sts_support_reduxBrian Coca2015-03-277-141/+59
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | resolve merge conflictsMick Bass2015-03-260-0/+0
| |\ \ \ \ \
| | * | | | | Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2014-12-247-143/+48
| * | | | | | Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2015-03-267-141/+59
|/ / / / / /
* | | | | | Merge pull request #269 from SDFE/rds_subnet_group_paramsBrian Coca2015-03-261-2/+2
|\ \ \ \ \ \
| * | | | | | use aws connect call in rds_subnet_group that allows boto profile useTom Wadley2014-11-051-2/+2
* | | | | | | Make lack of boto call fail_json instead of sys.exitToshio Kuratomi2015-03-261-2/+4
* | | | | | | Merge pull request #256 from SDFE/route53_connect_paramsBrian Coca2015-03-261-2/+3
|\ \ \ \ \ \ \