summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for doc formatter recursing into the checkout dirtravis-docsToshio Kuratomi2015-06-291-2/+5
* Can only install specific apt packages. use pip in the test script insteadToshio Kuratomi2015-06-292-6/+2
* Try to make travis check documentation for module prsToshio Kuratomi2015-06-292-0/+20
* Update version_added to 2.0 for the partial optionToshio Kuratomi2015-06-251-1/+1
* Merge pull request #1603 from jumapico/partialToshio Kuratomi2015-06-251-0/+11
|\
| * synchronize module: add partial optionJuan Picca2015-06-251-0/+11
|/
* Add note about redirects proxiesToshio Kuratomi2015-06-251-0/+2
* Merge pull request #376 from lorin/django-expanduserToshio Kuratomi2015-06-251-1/+1
|\
| * django_manage: expand ~ in app_path parameterLorin Hochstein2014-11-221-1/+1
* | Add version_added documentation to log_driver parameterToshio Kuratomi2015-06-251-0/+1
* | Merge pull request #1405 from ryanwalls/docker-module-log-driverToshio Kuratomi2015-06-251-38/+76
|\ \
| * | Fix typo in Docker module.Ryan Walls2015-06-021-1/+1
| * | Update docker module to avoid false positives when containers are first creat...Ryan Walls2015-06-011-6/+7
| * | Set default "log_driver" option to None in docker module.Ryan Walls2015-05-281-1/+2
| * | Update docker module to look at log_driver variable when deciding if containe...Ryan Walls2015-05-271-1/+1
| * | Add support for --log-driver option that docker released with Docker 1.6Ryan Walls2015-05-221-38/+74
* | | Merge pull request #1587 from micxer/iam-fixToshio Kuratomi2015-06-251-0/+1
|\ \ \
| * | | Use aws connect calls that allow boto profile useMichael Weinrich2015-06-241-0/+1
* | | | Merge pull request #255 from SDFE/s3_connect_paramsToshio Kuratomi2015-06-251-0/+1
|\ \ \ \
| * | | | use aws connect calls that allow boto profile useDan Abel2015-04-021-0/+1
* | | | | Fix apt_repository so that it does not modify the mode of existing repositoriesToshio Kuratomi2015-06-241-2/+6
* | | | | Merge pull request #338 from pilou-/apt_repository_filemodeToshio Kuratomi2015-06-241-4/+4
|\ \ \ \ \
| * | | | | apt_repository: fix file modePierre-Louis Bonicoli2014-11-161-4/+4
* | | | | | Merge branch 'jaytaylor-persistent_spot_request_support' into develJames Cammarata2015-06-241-0/+11
|\ \ \ \ \ \
| * | | | | | Updating version_added for new spot_type param in ec2 moduleJames Cammarata2015-06-241-1/+2
| * | | | | | Merge branch 'persistent_spot_request_support' of https://github.com/jaytaylo...James Cammarata2015-06-241-0/+10
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Added support for spot request type specification (to support persistent spot...Jay Taylor2015-06-241-0/+10
* | | | | | | Fix for when the password file did not exist previouslyToshio Kuratomi2015-06-241-19/+26
|/ / / / / /
* | | | | | Read the url in in chunks so that we don't use as much memory for large packagesToshio Kuratomi2015-06-241-2/+7
* | | | | | Small cleanups.Toshio Kuratomi2015-06-242-4/+9
* | | | | | Bump amount of file to download in a chunk to 64k.Toshio Kuratomi2015-06-241-1/+4
* | | | | | Merge pull request #1448 from Jmainguy/unarchive_httpToshio Kuratomi2015-06-241-0/+24
|\ \ \ \ \ \
| * | | | | | add download ability to unarchive moduleJonathan Mainguy2015-06-231-0/+24
* | | | | | | Merge pull request #1257 from zimbatm/route53-routing-policyBenno Joy2015-06-241-32/+101
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | route53: add support for routing policieszimbatm2015-06-241-32/+101
|/ / / / / /
* | | | | | Merge pull request #1583 from civisanalytics/iam_accept_stsBenno Joy2015-06-241-5/+2
|\ \ \ \ \ \
| * | | | | | iam: use modern helper to allow stsbillwanjohi2015-06-231-5/+2
* | | | | | | Merge pull request #1494 from toninog/develBenno Joy2015-06-241-3/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'devel' of https://github.com/toninog/ansible-modules-core into ...toninog2015-06-090-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed more issues with the delete_group and paramater mismatchtoninog2015-06-081-4/+4
| * | | | | | | | fixes to code to enable updates of user to groups and delete groups. Fixed e...toninog2015-06-091-8/+7
* | | | | | | | | Merge pull request #918 from defionscode/iam_certBenno Joy2015-06-241-0/+294
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iam certificate moduleJonathan Davila2015-06-231-0/+294
* | | | | | | | | | Merge pull request #1572 from smereczynski/develToshio Kuratomi2015-06-231-1/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added new Premium Storage instance sizes and case-related documentation clari...Michal Smereczynski2015-06-221-1/+9
* | | | | | | | | | | Merge pull request #1406 from Jmainguy/htpasswd_blankJames Cammarata2015-06-231-0/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remove blank lines from htpasswd fileJonathan Mainguy2015-05-261-0/+24
* | | | | | | | | | | | Merge branch 'br0ziliy-create-gce-instance-with-service-account-scopes' into ...James Cammarata2015-06-231-1/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update choices and version_added for new gce.py param service_account_permiss...James Cammarata2015-06-231-1/+2
| * | | | | | | | | | | | Merge branch 'create-gce-instance-with-service-account-scopes' of https://git...James Cammarata2015-06-231-1/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / /