.. |
__init__.py
|
moved cloudtrail to amazon subdir
|
2016-12-08 11:32:30 -05:00 |
cloudformation_facts.py
|
Normalize variable naming in cloudformation_facts module using camel2snake
|
2016-12-08 11:34:49 -05:00 |
cloudtrail.py
|
Use native YAML (#3434)
|
2016-12-08 11:35:07 -05:00 |
cloudwatchevent_rule.py
|
Use native YAML (#3436)
|
2016-12-08 11:35:07 -05:00 |
dynamodb_table.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_ami_copy.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_asg_facts.py
|
Fix ec2_asg_facts when name parameter is None
|
2016-12-08 11:34:54 -05:00 |
ec2_customer_gateway.py
|
ec2_customer_gateway: state present expect bgp_arn instead of bgp_asn (#3366)
|
2016-12-08 11:35:07 -05:00 |
ec2_elb_facts.py
|
ec2_elb_facts: fix errors with no names input (#3381)
|
2016-12-08 11:35:07 -05:00 |
ec2_eni.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_eni_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_group_facts.py
|
New ec2_group_facts module to be able to get facts from EC2 security groups (#2591)
|
2016-12-08 11:35:06 -05:00 |
ec2_lc_facts.py
|
docs: ec2_lc_facts: adjust version_added
|
2016-12-08 11:35:01 -05:00 |
ec2_lc_find.py
|
ec2_lc_find: Set default value for AssociatePublicIpAddress, since is missing when is false (#3417)
|
2016-12-08 11:35:07 -05:00 |
ec2_remote_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_snapshot_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vol_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_dhcp_options.py
|
ec2_vpc_dhcp_options: doc fix, add version_added to new args
|
2016-12-08 11:33:58 -05:00 |
ec2_vpc_dhcp_options_facts.py
|
ec2_vpc_dhcp_options_facts: fix exception handling, fixes build (#2819)
|
2016-12-08 11:34:45 -05:00 |
ec2_vpc_igw.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_nacl.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_nacl_facts.py
|
New module ec2_vpc_nacl_facts
|
2016-12-08 11:34:26 -05:00 |
ec2_vpc_nat_gateway.py
|
fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st
|
2016-12-08 11:34:38 -05:00 |
ec2_vpc_net_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_peer.py
|
Fix python3 syntax compilation
|
2016-12-08 11:34:18 -05:00 |
ec2_vpc_route_table.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_route_table_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_subnet.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_subnet_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ec2_vpc_vgw.py
|
fix ec2_vpc_vgw exception handling issues
|
2016-12-08 11:34:25 -05:00 |
ec2_win_password.py
|
ec2_win_password.py - handle missing or unparseable key file more intuitively (#2729)
|
2016-12-08 11:34:54 -05:00 |
ecs_cluster.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ecs_service.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ecs_service_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ecs_task.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
ecs_taskdefinition.py
|
Enhanced ecs_taskdefinition module.
|
2016-12-08 11:35:05 -05:00 |
efs.py
|
Fix elf and elf_facts documentation formatting (#3348)
|
2016-12-08 11:35:04 -05:00 |
efs_facts.py
|
Fix elf and elf_facts documentation formatting (#3348)
|
2016-12-08 11:35:04 -05:00 |
execute_lambda.py
|
New module: execute_lambda (AWS) (#2558)
|
2016-12-08 11:34:47 -05:00 |
GUIDELINES.md
|
Add section on how to return boto3 CamelCased results (#2279)
|
2016-12-08 11:34:16 -05:00 |
iam_mfa_device_facts.py
|
Use helper function for new module and rename (#2277)
|
2016-12-08 11:34:21 -05:00 |
iam_server_certificate_facts.py
|
Remove duplicate requirements.
|
2016-12-08 11:34:32 -05:00 |
kinesis_stream.py
|
Skip shard count test in check mode. (#3329)
|
2016-12-08 11:35:03 -05:00 |
lambda.py
|
Fix for ansible/ansible-modules-extras#3173 (#3203)
|
2016-12-08 11:35:01 -05:00 |
lambda_alias.py
|
Import Lambda alias module from https://github.com/pjodouin/ansible-lambda (#2829)
|
2016-12-08 11:34:51 -05:00 |
lambda_event.py
|
Use native YAML (#3433)
|
2016-12-08 11:35:07 -05:00 |
lambda_facts.py
|
New module: lambda_facts (#2874)
|
2016-12-08 11:34:51 -05:00 |
redshift.py
|
Add support for current Redshift node types (#3328)
|
2016-12-08 11:35:05 -05:00 |
redshift_subnet_group.py
|
Fix typo (#3289)
|
2016-12-08 11:35:02 -05:00 |
route53_facts.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
route53_health_check.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
route53_zone.py
|
Use native YAML (#3435)
|
2016-12-08 11:35:08 -05:00 |
s3_bucket.py
|
Fix failure to apply bucket policy when creating a bucket from scratch (#3091)
|
2016-12-08 11:34:57 -05:00 |
s3_lifecycle.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
s3_logging.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
s3_website.py
|
New module s3_website to manage static sites on Amazon S3
|
2016-12-08 11:34:42 -05:00 |
sns_topic.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
sqs_queue.py
|
Return actual queue attributes with result from sqs_queue creation/update (#1362)
|
2016-12-08 11:35:05 -05:00 |
sts_assume_role.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |
sts_session_token.py
|
Fix amazon extras modules to compile under python3
|
2016-12-08 11:35:01 -05:00 |