1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud/amazon
Daniel Shepherd cf4806d29d [cloud] Update AWS CloudTrail module to use boto3 and updated/new CT parameters (#22884)
remove cloudtrail.py from legacy-files as it passes pep8 tests now

update return values to use snake case per coding guidelines

update boto3 exception handling to use method outlined in coding guidelines

update parameter spec and return value code per PR code review
2017-05-16 16:45:03 -04:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_ec2_ami_search.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
_ec2_vpc.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
aws_kms.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
cloudformation.py Cast CloudFormation parameter values to string - fixes #23593 (#24182) 2017-05-15 13:10:29 -04:00
cloudformation_facts.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
cloudfront_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
cloudtrail.py [cloud] Update AWS CloudTrail module to use boto3 and updated/new CT parameters (#22884) 2017-05-16 16:45:03 -04:00
cloudwatchevent_rule.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
dynamodb_table.py Fix dynamodb pep8 issues (#23032) 2017-03-28 15:11:39 +02:00
ec2.py dict.values() was a list python2 but in python3 it's a view (#24504) 2017-05-12 08:48:16 -04:00
ec2_ami.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ec2_ami_copy.py [cloud] Default encrypted parameter on ec2_ami_copy to False (#22634) 2017-03-27 12:44:59 -04:00
ec2_ami_find.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ec2_asg.py [cloud] migrate ec2_asg to boto3 and support application ELB target groups. (#19667) 2017-05-11 09:08:19 -04:00
ec2_asg_facts.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_customer_gateway.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_eip.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_elb.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_elb_facts.py remove self from function outside of class (#24017) 2017-05-03 11:49:43 -04:00
ec2_elb_lb.py ec2_elb_lb: allow elb scheme to be updated by restarting the resource - fixes #19116 (#22916) 2017-05-09 14:01:37 -04:00
ec2_eni.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ec2_eni_facts.py Feature/aws helper function for tags (#23387) 2017-05-11 07:39:51 +01:00
ec2_facts.py [cloud] ec2_facts: make ec2_facts python3 compatible - fixes #23595 (#23872) 2017-04-24 16:09:46 -04:00
ec2_group.py [cloud] Stop ec2_group module from authorizing duplicate rules (#24528) 2017-05-12 14:54:25 -04:00
ec2_group_facts.py Feature/aws helper function for tags (#23387) 2017-05-11 07:39:51 +01:00
ec2_key.py [cloud][python3] bytes fix to make ec2_key work on python 3 (#23051) 2017-03-28 17:00:26 -04:00
ec2_lc.py Typo (#23778) 2017-04-20 10:36:09 -07:00
ec2_lc_facts.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ec2_lc_find.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ec2_metric_alarm.py Fix alarm action comparison (#23523) 2017-04-13 11:27:48 -07:00
ec2_remote_facts.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_scaling_policy.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_snapshot.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_snapshot_facts.py Feature/aws helper function for tags (#23387) 2017-05-11 07:39:51 +01:00
ec2_tag.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_vol.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vol_facts.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_vpc_dhcp_options.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vpc_dhcp_options_facts.py [cloud] Add ec2_vpc_dhcp_options_facts check mode (#23106) 2017-04-18 08:56:38 -04:00
ec2_vpc_endpoint.py [cloud] New AWS ec2_vpc_endpoint module for creating/deleting VPC endpoints (#20212) 2017-04-05 08:28:52 -04:00
ec2_vpc_igw.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vpc_igw_facts.py [cloud] Remove DryRun parameter in ec2_vpc_igw_facts check_mode (#23113) 2017-04-04 08:29:48 -04:00
ec2_vpc_nacl.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vpc_nacl_facts.py Feature/aws helper function for tags (#23387) 2017-05-11 07:39:51 +01:00
ec2_vpc_nat_gateway.py [cloud] Make ec2_vpc_nat_gateway results consistent (#24042) 2017-05-16 11:14:05 -04:00
ec2_vpc_nat_gateway_facts.py [cloud] Support check_mode for ec2_vpc_nat_gateway_facts (#23114) 2017-04-04 08:31:01 -04:00
ec2_vpc_net.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_vpc_net_facts.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ec2_vpc_peer.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vpc_route_table.py [cloud] update the local variable route_table with the latest tag changes (#23136) 2017-03-30 14:53:42 -04:00
ec2_vpc_route_table_facts.py [cloud] Support check_mode for ec2_vpc_route_table_facts (#23116) 2017-04-04 08:31:26 -04:00
ec2_vpc_subnet.py improve exception handling (#23722) 2017-04-20 16:40:37 -04:00
ec2_vpc_subnet_facts.py [cloud] Support check_mode for ec2_vpc_subnet_facts (#23111) 2017-04-04 08:34:49 -04:00
ec2_vpc_vgw.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ec2_vpc_vgw_facts.py fixed missing "import traceback" (#23427) 2017-05-02 11:42:43 -04:00
ec2_win_password.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
ecs_cluster.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ecs_ecr.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ecs_service.py ecs_service: add tasks placement constraints and strategy. (#20503) 2017-04-27 08:33:23 +01:00
ecs_service_facts.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
ecs_task.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ecs_taskdefinition.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
efs.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
efs_facts.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
elasticache.py [cloud] Use boto connect_to_region so Elasticache works in AWS China (#24250) 2017-05-16 11:09:54 -04:00
elasticache_parameter_group.py elasticache_parameter_group: fix documentation and exception handling - fixes #23709 (#23718) 2017-05-02 10:13:56 -04:00
elasticache_snapshot.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
elasticache_subnet_group.py [cloud] Add support for AWS China to elasticache_subnet_group role (#24286) 2017-05-16 11:10:15 -04:00
execute_lambda.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
GUIDELINES.md Feature/aws helper function for tags (#23387) 2017-05-11 07:39:51 +01:00
iam.py allow groups parameter to be noticed as an empty list (#22707) 2017-03-17 16:11:48 -04:00
iam_cert.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
iam_cert_facts.py Add new aws module - iam_cert_facts (#24451) 2017-05-16 09:31:39 -04:00
iam_mfa_device_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
iam_policy.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
iam_role.py Fix bug in iam_role (#22618) 2017-05-14 17:29:44 -04:00
iam_server_certificate_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
kinesis_stream.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lambda.py [cloud] Update VPC configuration for existing lambda (#24368) 2017-05-16 11:08:21 -04:00
lambda_alias.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lambda_event.py verify arns differently than function names (#23966) 2017-05-03 12:01:42 -04:00
lambda_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
lightsail.py [cloud] New module: AWS lightsail (#19846) 2017-03-27 15:10:52 -04:00
rds.py rds: do not update multi-az unless specified - fixes #23385 (#23498) 2017-05-03 12:24:02 -04:00
rds_param_group.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
rds_subnet_group.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
redshift.py Use wait_timeout as integer in redshift module (#24279) 2017-05-08 10:07:04 -04:00
redshift_subnet_group.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
route53.py [cloud] Add version_added to route53 option 'state' - fixes #24306 (#24335) 2017-05-05 14:58:34 -04:00
route53_facts.py route53_facts: add example for how to use next_marker option - fixes #23625 (#23802) 2017-04-20 16:34:43 -04:00
route53_health_check.py [cloud][route53_health_check] Consider port in identity test (#22762) 2017-03-22 12:49:39 -04:00
route53_zone.py [cloud] route53_zone: allow split horizon for route53_zone and refactor - fixes #22939 (#23190) 2017-04-11 16:02:14 -04:00
s3.py [cloud] Add support for running s3 module in check mode (#22188) 2017-03-24 16:05:19 -04:00
s3_bucket.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
s3_lifecycle.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
s3_logging.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
s3_sync.py s3_sync: removing irrelevant s3.list_buckets() call - fixes #23409 (#23492) 2017-04-18 16:49:10 -04:00
s3_website.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
sns.py sns: move from notification directory to cloud/amazon directory - fixes #11874 (#23805) 2017-05-02 10:05:48 -04:00
sns_topic.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
sqs_queue.py Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
sts_assume_role.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
sts_session_token.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00