Abhijeet Kasurde
2962f3e519
Update rds documentation for upgrade ( #48713 )
...
upgrade parameter is available only when command is one of the
following [ create, modify, replicate, restore ]
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-11-15 20:57:57 -06:00
Abhijeet Kasurde
864f266216
Correct usage in RDS Group name in example ( #48705 )
...
RDS Group name in `describe_db_parameter_groups` does not accept
underscore in name. Replacing underscore with hypen which is allowed.
2018-11-15 17:49:33 -06:00
aatighi
9536ccab35
Update elb_target.py ( #48701 )
...
In the first Examples, the value for target_id has been set as IP Address instead of ID.
+label: docsite_pr
2018-11-15 16:16:08 +05:30
Ed Costello
b70d5d9aee
[AWS] ses rule set module for inbound email processing ( #42781 )
...
* Add module ses_rule_set for Amazon SES
* Update behaviours and naming to be consistent with other aws_ses_ modules.
* Add global lock around tests using active rule sets to prevent intermittent test failures.
* Fix deletion of rule sets so that we don't inactivate the active rule set
when force deleting an inactive rule set.
2018-11-14 12:15:24 -05:00
Abhijeet Kasurde
82937654de
Fix typo in example ( #48651 )
...
Changed from 'availabily' to 'availability'
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-11-14 10:13:22 +01:00
Abhijeet Kasurde
27827ce728
ec2_ami_copy: Fix unreferenced variable error ( #47598 )
...
Fixes : #47595
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-11-13 08:22:32 -05:00
Dag Wieers
ddd378e622
Fix author (and test ansibot) ( #46060 )
2018-11-13 14:08:28 +01:00
Andrea Tartaglia
b7d9feb7dc
ec2_instance: ebs_optimized is not sub-option of 'network' ( #48341 )
...
* ebs_optimized is not suboption of 'network'
* Add Shaps as ec2_instance maintainer
* Added workaround-backward compatible check for ebs_optimized
* Added ebs_optimized test
* CI fixes, dynamic select of ENA-enabled AMI
2018-11-09 12:11:51 +00:00
ofir shtrull
7c3b0a338e
Update elb_target_group.py ( #47389 )
...
removed space that if its copied and pasted it can break an ansible run
+label: docsite_pr
2018-11-02 15:13:16 -04:00
Abhijeet Kasurde
ab86051c0b
Misc fixes for several errors
...
* aci: Correct usage in fail_json
* Fixes incorrect usage of fail_json
* Raise exception object
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-11-02 12:14:57 -04:00
Pilou
cfe7c9606c
s3_bucket: don't assume anything other than *.amazonaws.com is Walrus ( #46745 )
...
For example, 'https://s3.nl-ams.scw.cloud ' isn't Walrus.
When Walrus is used, 's3_url' should be a hostname.
2018-11-01 12:04:50 -04:00
Pilou
d14f9dc685
s3_bucket: handle not implemented operations ( #46746 )
...
Don't fail when policy, requestPayment, tagging or versioning API is not
implemented by the endpoint and if related parameters policy, requester_pays,
tags or versioning are None.
2018-11-01 11:52:07 -04:00
Omar Chehab
9cfa55619b
Update cloudfront_distribution module docs ( #47726 )
...
Fix typo in `custom_error_responses` description, changed reponse to response
+label: docsite_pr
2018-10-29 08:45:03 +05:30
curry9999
4906be1009
An error occurs if cluster_id is not specified ( #47500 )
...
* modified: google/gcp_compute_backend_bucket.py
modified: google/gcp_compute_backend_service.py
modified: google/gcp_compute_forwarding_rule.py
modified: google/gcp_compute_global_forwarding_rule.py
modified: google/gcp_compute_image.py
modified: google/gcp_compute_instance.py
modified: google/gcp_compute_instance_group.py
modified: google/gcp_compute_instance_group_manager.py
modified: google/gcp_compute_instance_template.py
modified: google/gcp_compute_route.py
modified: google/gcp_compute_subnetwork.py
modified: google/gcp_compute_target_http_proxy.py
modified: google/gcp_compute_target_https_proxy.py
modified: google/gcp_compute_target_ssl_proxy.py
modified: google/gcp_compute_target_tcp_proxy.py
modified: google/gcp_compute_url_map.py
modified: google/gcp_container_node_pool.py
modified: google/gcp_dns_resource_record_set.py
modified: google/gcp_pubsub_subscription.py
modified: google/gcp_storage_bucket_access_control.py
* modified: lib/ansible/modules/cloud/amazon/aws_ses_identity.py
modified: lib/ansible/modules/cloud/amazon/route53_facts.py
modified: lib/ansible/modules/cloud/cloudscale/cloudscale_server.py
modified: lib/ansible/modules/network/aos/_aos_logical_device.py
modified: lib/ansible/modules/network/aos/_aos_rack_type.py
modified: lib/ansible/modules/network/aos/_aos_template.py
modified: lib/ansible/modules/network/cumulus/nclu.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py
* An error occurs if cluster_id is not specified
* An error occurs if cluster_id is not specified
2018-10-26 11:07:40 +10:00
Francisco Gray
8c456d8e38
- Moved data sanitization logic so it is no longer conditionally applied ( #41405 )
2018-10-23 09:38:52 -04:00
Ted Timmons
a0f58fa2ef
AWS: docfix: spelling ( #47443 )
...
Fix spelling from paramaters to parameters
2018-10-23 09:36:39 +05:30
Sloane Hertel
c58c0b8547
[aws] Fix check mode bug in ec2_key ( #45320 )
...
Fix incorrect ec2_key check-mode behavior when a key already exists and key_material has been provided
2018-10-22 09:28:07 -04:00
cahlchang
6bd4665c4e
add ec2_instance example docs ( #47386 )
...
* add ec2_instance example docs
* duplicate text
2018-10-22 08:11:31 +10:00
Abhijeet Kasurde
bfc3ca1da1
Remove extra parameter in format_exc ( #46251 )
...
`traceback.format_exc()` does not take any argument, this fix remove
such occurances.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-10-18 21:50:58 -04:00
Matt Clay
37b013aca3
Enable additional pylint rules and resolve issues found. ( #47221 )
...
* Resolve unneeded-not.
* Resolve global-at-module-level.
* Resolve useless-import-alias.
* Resolve bad-whitespace.
* Resolve global-variable-not-assigned.
* Resolve logging-not-lazy.
* Resolve comparison-with-itself.
2018-10-18 13:38:08 -07:00
flowerysong
0fc639e755
ec2_tag: Fix removing tags without specifying a value ( #47228 )
2018-10-18 10:13:08 -04:00
Shuang Wang
0c6513e9b1
add module aws_codecommit to represent AWS CodeCommit ( #46161 )
...
* kick off
* done for the day
* beta code and test
* fix a typo
* boto3_conn and boto_exception aren't used in this code, ec2_argument_spec is used but unneeded.
* Returning when find a match avoids doing extra work, especially when pagination is involved
* add new permissions for test
* (output is changed) is preferred over accessing the attribute directly.
* pass the result through camel_dict_to_snake_dict() before returning it.
* AnsibleAWSModule automatically merges the argument_spec.
* deletes the created resources even if a test fails.
* AnsibleAWSModule automatically merges the argument_spec.
* fix typo
* fix pep8
* paginate list_repositories
* specify permissions for test
* cut the unnecessary code.
* add return doc string
* add missed ':'
* fix syntax error: mapping values are not allowed here
* add description for return
* fix syntax error
* rename module name and turn off automated integration test.
2018-10-18 14:32:06 +10:00
maxstack
c11aba6ed8
[aws] New key_data argument to ec2_win_password module ( #45463 )
...
* add key_data argument
The key_data argument helps when using a private key stored in Vault.
* Add "version_added" line
Add version_added line to pass automated tests.
* remove unnecessary nesting
2018-10-17 14:01:59 -04:00
Aaron
9c08ff7a94
[aws] New module: iam_password_policy ( #36200 )
...
* Adding iam_password_policy module
* fixing various issues -- error handling, bugs
* fixing various issues based on tests
* renaming dummy var
* fixing type reference in documentation
* adding int tests and other updates
* removing typo
* fixing auth for int tests
* removing int tests for now
* readding integration tests w/ unsupported designation
* removing conflicting group
* Update aliases
* Fix unused variable
2018-10-17 13:56:13 -04:00
Sloane Hertel
b808e1bc5c
[s3_bucket] Cast tag keys and values to text to match the values returned ( #46405 )
...
* Cast tag keys and values to text to match the values returned
* changelog
2018-10-17 13:39:52 -04:00
Chas Schley
7fd31b1da0
[docs] Include required ARN format of actions in ec2_metric_alarm ( #46514 )
...
<!--- Your description here -->
+label: docsite_pr
2018-10-17 13:39:03 -04:00
Petr Ruzicka
df57a3fc7a
[aws][docs] Replace uses of now-obsolete with_items with loop ( #47164 )
2018-10-17 12:35:31 -04:00
Brian Scholer
2043aad582
[aws] ec2_instance: don't report changed when instance is already stopped ( #46714 )
2018-10-17 12:34:37 -04:00
Per-Henrik Lundblom
e744c83808
[aws] ec2_vol_facts: only access volume tags when set ( #46801 )
2018-10-17 12:31:31 -04:00
David González
b923bf708d
[aws] Convert containerPort to int before comparing to avoid jinja2 string-int issues ( #39215 ) ( #47195 )
2018-10-17 12:29:23 -04:00
Abhijeet Kasurde
871dd77f2b
efs_facts: Documentation update ( #46826 )
...
* Update pydoc
* Update module documentation and example
* Add aliases for name as creation_token
Fixes : #28738
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-10-15 14:46:24 -04:00
Alicia Cozine
e601521708
all amazon modules are community maintained ( #46840 )
2018-10-11 15:38:54 -04:00
cahlchang
1cce11b39c
[AWS] Support check mode in aws ec2_instance module ( #46774 )
...
* fix checkmode
* Added checking test to existing test playbook
* Added test for check mode
2018-10-11 14:21:01 -04:00
Abhijeet Kasurde
32397531d0
lambda: fix unboundLocalError in lambda ( #46729 )
...
This fix initializes current_version to None so that
module proceeds in check mode.
Fixes : #46654
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-10-10 22:57:58 +05:30
Abhijeet Kasurde
d76a84a6c8
[do
...
* Add U() in front of URL
* Add period at end of statement
* Spell check
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-10-10 10:44:17 -04:00
AndyG
fcef4fdb26
ec2_asg: adding explanation of replace_all_instances ( #46694 )
...
* adding explanation of replace_all_instances
How does "replace_all_instances" work? does it increase the number of instances by 1 in the Load balancer and it scales in a server and waits for it to complete its health check, OR does it terminate a node a that causes an autoscale event to happen and then adds a new server?
+label: docsite_pr
2018-10-10 19:59:27 +10:00
flowerysong
be05069c61
Port the sns module to boto3 ( #45634 )
...
* Port sns to boto3
* Exception handling for ARN lookup
* sns: Add integration tests
2018-10-07 16:03:48 -04:00
Abhijeet Kasurde
e5878d19de
AWS: check dbname attribute before accessing ( #46253 )
...
Check dbname attribute in instance before accessing it in RDS module
Fixes : #38210
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-10-05 16:37:34 -04:00
Will Thames
411397a975
Use recursive_diff for kubernetes ( #45645 )
...
Move recursive_diff from cloudfront_distribution to
common.dict_transformations and reuse it in k8s modules
2018-10-02 03:24:52 -04:00
Jason Meridth
667c40e80b
Fix typo in ec2_vpnc_nat_gateway module ( #46304 )
...
- Added space between `format` and `in` on return item `create_time`
2018-10-01 09:16:04 -05:00
Sloane Hertel
9efc3dc761
Fix ec2_group for EC2-Classic accounts ( #46242 )
...
* Fix ec2_group for EC2-Classic accounts
* changelog
2018-09-27 23:11:04 -04:00
Felix Fontein
a727a1ee67
[aws] route53 module: fix idempotency for CAA records ( #46049 )
...
* Fixing record order for CAA records to properly handle idempotency.
* Add integration tests that reproduce CAA failure
2018-09-27 15:08:47 -04:00
Nathan Webster
3b786acb86
EC2_ASG: Enable support for launch_templates ( #45647 )
...
* Enable support for launch_templates in ec2_asg
* Fix asg create with LT and no version number
* Update mutually exclusive list
* Better function names
2018-09-25 16:39:34 -04:00
Abhijeet Kasurde
4b4b21d745
[docs] Fix typos in aws_s3 and s3_bucket module docs ( #46106 )
...
Eucalypus to Eucalyptus
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-25 08:57:44 -04:00
Vinay Dandekar
fe6b7f6b5d
[aws] Change IAM role name parsing to come from the ARN ( #45534 )
2018-09-24 12:41:23 -04:00
Sloane Hertel
485320aab8
[sns_topic] Don't mask non-authorization errors ( #46030 )
2018-09-24 11:58:46 -04:00
Dag Wieers
f90fc8a9a2
Fix author in modules ( #46068 )
...
Fix a few cases where the author was incomplete or incorrect.
2018-09-24 10:14:29 -05:00
Abhijeet Kasurde
0ecbd50c3b
Misc typo fixes ( #45969 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2018-09-21 14:43:22 +01:00
Yanis LISIMA
45c7facd64
ec2_vpc_igw: migrate to boto3 ( #45346 )
...
* ec2_vpc_igw: draft migrate to boto3
* ec2_vpc_igw: migrate to boto3
* ec2_vpc_igw: fix error and implement code review
* ec2_vpc_igw: always catch BotoCoreError with ClientError, remove unused fail method
* ec2_vpc_igw: fix pep error
2018-09-20 19:56:19 +10:00
Dag Wieers
197ddd3c45
Fix incorrect type in arg_spec
2018-09-20 02:13:29 +02:00