Brian Coca
2ddeb5cdec
fixed doc quoting
9 years ago
Brian Coca
20e4ad0eef
corrected required docs as only boolean is allowed
...
these complex values were not displayed and would always show the fields as requried
9 years ago
René Moser
bd2924b8ff
Merge pull request #3133 from alachaum/fix-elasticache-idempotency
...
Fix aws elasticache idempotency
9 years ago
Jonathan Davila
8b13f2a693
Merge pull request #2278 from wimnat/feature/iam_doc_fix
...
IAM doc fix
9 years ago
René Moser
fa8cb762ed
Merge pull request #3161 from somechris/fix-boto-version-requirement
...
Guard against too old boto library
9 years ago
René Moser
7e879eca32
Merge pull request #2968 from ashwanthkumar/exponential-backoff-in-route53
...
add retry with exponential backoff on route53
9 years ago
Brian Coca
cf03730fa2
added version added
9 years ago
Brian Coca
73586f7ddb
Merge pull request #3124 from nbrownus/elb_proxy_protocol
...
ELB Proxy Protocol support for backends
9 years ago
Brian Coca
62310c8954
Merge pull request #3077 from jjshoe/devel
...
Allow us to sort by all available datatypes
9 years ago
René Moser
faf2bea527
Merge pull request #3261 from fabfuel/bugfix-ec2-elb-stickiness-without-expiration
...
Fixes #2039 Convert None to 0 when checking ELB cookie expiration
9 years ago
Ted Timmons
a87171e280
fix typo in documentation
...
let's -> lets
9 years ago
René Moser
37d978fa1c
Merge pull request #3117 from beamly/fix-ec2-group
...
Fixes #3109 : Executing ec2_group with rules fails with "Inval…
9 years ago
Taras Lipatov
5299279b0b
Fixed typo json_fail to fail_json
9 years ago
Fabian Fülling
a34dae58cf
Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed
9 years ago
Jonathan Davila
9c286f35be
Clarified IAM module doc
9 years ago
Brian Coca
6a48f2207a
corrected typo on aws connection arguments var
9 years ago
Toshio Kuratomi
1c4da434c7
Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
...
Use connect_to_aws where possible
9 years ago
Brian Coca
79564c5aa7
Merge pull request #3054 from atplanet/route53-soa-record-type
...
Bugfix: Permit SOA record type
9 years ago
Brian Coca
55932201a9
Merge pull request #2931 from ryannealmes/ec2-vpc-subnet-fix
...
ec2_vpc creating/updating incorrect subnets
9 years ago
Constantin07
86a4026f48
Treat 'is_public' option as a bool
9 years ago
Christian Aistleitner
ffeff8053b
Guard against too old boto library
...
route53 creates Record objects using `health check` and `failover`
parameters. Those parameters only became available in boto 2.28.0.
As some prominent LTS Linux releases (e.g.: Ubuntu 14.04) only ship
older boto versions (e.g.: 2.20.1 for Ubuntu 14.04), users are getting
unhelpful error messages like
TypeError: __init__() got an unexpected keyword argument 'health_check'
when running Ansible 2 against their LTS install's default boto.
We improve upon this error message by checking the boto version
beforehand.
Fixes ansible/ansible#13646
9 years ago
Brian Coca
e50a674190
Merge pull request #2977 from scottbrown/bugfix-missing-interpolation-var
...
BUGFIX: Fixing missing interpolation variable
9 years ago
Toshio Kuratomi
876b91eb3d
Merge pull request #3113 from Constantin07/update_cloudformation
...
cloudformation.py - Added explicit type for 'tags' option
9 years ago
Arnaud Lachaume
b2c4731bd3
fix aws elasticache idempotency
9 years ago
Brian Coca
edf3aa336f
Merge pull request #3129 from defionscode/lc_doc
...
Updated ec2_lc docs
9 years ago
Jonathan Davila
51d2f49ae0
Updated ec2_lc docs
9 years ago
Nate Brown
72da61ba83
ELB Proxy Protocol support for backends
9 years ago
Neil Saunders
6aa0cd4457
Fix for issue #3109 : Executing ec2_group with rules fails with "Invalid rule parameter '['"
9 years ago
Constantin07
bc94e691e8
Added explicit type for 'tags' option
9 years ago
Toshio Kuratomi
e9454fa44f
Merge pull request #2352 from bermudezjd/feature/iam_policy_present_state_includes_policy_changes
...
Feature/iam policy present state includes policy changes
9 years ago
James Cammarata
4bc2a189ba
Merge pull request #3058 from Constantin07/update_ec2_tag1
...
ec2_tag.py - Fixing issue #3057 - AttributeError: 'str' object has no attribute 'i…
9 years ago
Joel
147b724f5d
Allow us to sort by all available datatypes
9 years ago
Daniel Petty
e256ae0683
replaced sudo with become
9 years ago
Constantin07
9e42b2a684
Fixing issue #3057 - AttributeError: 'str' object has no attribute 'items'
9 years ago
Tom Bamford
5749454723
Bugfix: Permit SOA record type
9 years ago
Matt Martz
c7845456a6
Various simple linting type cleanups on modules
9 years ago
jjshoe
b0cbae51b5
Less engrish
9 years ago
Michael Baydoun
98c16a4f1f
Update ec2.py
...
Documentation is not clear that tag used in count_tags must be an existing instance_tag
9 years ago
James Cammarata
e2f8ed1609
Merge pull request #2735 from noqcks/no-default-sec-groups
...
Elasticache Module: changing default cache_security_group to none
9 years ago
Scott Brown
2f329f832e
Fixing missing interpolation variable
9 years ago
Ashwanth Kumar
3150c094b5
Doing exponential backoff on route53 upon AWS throttling
9 years ago
Toshio Kuratomi
29b81a4153
Merge pull request #2826 from shawnsilva/cloudformation-req-params
...
The parameters 'template' and 'template_url' are incorrectly required in all cases in the cloudformation module
9 years ago
Ryan-Neal Mes
c30bca6808
Indented code so it only executes tag comparison for matching cird values
9 years ago
Toshio Kuratomi
93d02189f6
Remove duplicate documentation fields
9 years ago
Brian Coca
cdfb578b60
Merge pull request #2646 from h1ppo/patch-2
...
updating choices for rds parameter engines
9 years ago
Brian Coca
382ae8f15f
Merge pull request #2800 from noqcks/iam-grammar-issue
...
IAM Module: fixed grammatical issue in iam.py. exit -> exist.
9 years ago
techraf
2016d3d822
Fixed typo in example playbook
9 years ago
Brian Coca
08135a9cf8
Merge pull request #2778 from sunnyone/fix-iam-policy-pdoc-treatment
...
Fix iam_policy pdoc variable assignment
9 years ago
Brian Coca
ffea58ee86
Merge pull request #2817 from atplanet/ec2-ami-find-fix-region
...
Remove explicit region parameter from ec2_ami_find
9 years ago
Brian Coca
18bad1f691
tabs are bad
9 years ago