ansible/cloud/amazon
Robin Schneider 67a1bebbd3 Use addresses and names reserved for documentation ()
Trying to preserve the meaning of the examples.

Related to: https://github.com/ansible/ansible/issues/17479
2016-09-12 11:27:45 +02:00
..
__init__.py
cloudformation_facts.py Normalize variable naming in cloudformation_facts module using camel2snake 2016-09-06 17:15:13 -04:00
cloudtrail.py
dynamodb_table.py
ec2_ami_copy.py
ec2_asg_facts.py Fix ec2_asg_facts module when using name parameter () () 2016-09-03 09:23:09 +02:00
ec2_customer_gateway.py
ec2_elb_facts.py elb facts fixup () 2016-08-10 09:01:31 +02:00
ec2_eni.py Use addresses and names reserved for documentation () 2016-09-12 11:27:45 +02:00
ec2_eni_facts.py Get EIP association information for ENI if EIP is associated () 2016-06-20 13:10:56 -04:00
ec2_lc_find.py Added module to find Launch Configurations () 2016-08-11 11:16:16 -07:00
ec2_remote_facts.py Merge pull request from hslee16/devel 2016-07-02 15:02:23 +05:30
ec2_snapshot_facts.py
ec2_vol_facts.py
ec2_vpc_dhcp_options.py
ec2_vpc_dhcp_options_facts.py ec2_vpc_dhcp_options_facts: fix exception handling, fixes build () 2016-08-30 23:38:07 +02:00
ec2_vpc_igw.py
ec2_vpc_nacl.py
ec2_vpc_nacl_facts.py New module ec2_vpc_nacl_facts 2016-06-27 12:36:33 -07: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-08-04 20:26:08 -07:00
ec2_vpc_net_facts.py
ec2_vpc_peer.py Fix python3 syntax compilation 2016-05-25 11:48:16 -07:00
ec2_vpc_route_table.py Fix bug in counting subnets by Name tag () 2016-08-15 09:02:21 +02:00
ec2_vpc_route_table_facts.py
ec2_vpc_subnet.py Use addresses and names reserved for documentation () 2016-09-12 11:27:45 +02:00
ec2_vpc_subnet_facts.py Included an example using the jinja 2 map function to return a list of () 2016-06-30 07:16:05 +02:00
ec2_vpc_vgw.py fix ec2_vpc_vgw exception handling issues 2016-06-22 17:26:41 -07:00
ec2_win_password.py
ecs_cluster.py
ecs_service.py
ecs_service_facts.py Allow value to be bool where 'yes'/'no' are in choices () 2016-08-17 07:32:49 -07:00
ecs_task.py
ecs_taskdefinition.py
execute_lambda.py New module: execute_lambda (AWS) () 2016-08-31 15:42:15 -04:00
GUIDELINES.md Add section on how to return boto3 CamelCased results () 2016-05-23 10:31:41 -04:00
iam_mfa_device_facts.py Use helper function for new module and rename () 2016-06-08 10:43:53 -07:00
iam_server_certificate_facts.py Remove duplicate requirements. 2016-07-21 13:04:15 -04:00
kinesis_stream.py Minor tidyup () 2016-09-01 20:46:08 +01:00
route53_facts.py
route53_health_check.py
route53_zone.py Documented returned structure. () 2016-07-01 10:56:03 +02:00
s3_bucket.py send json string to api instead of dict 2016-07-28 15:19:14 -04:00
s3_lifecycle.py
s3_logging.py
s3_website.py New module s3_website to manage static sites on Amazon S3 2016-08-22 08:41:12 -04:00
sns_topic.py
sqs_queue.py Added redrive policy options () 2016-09-04 09:45:35 +02:00
sts_assume_role.py
sts_session_token.py