Commit Graph

263 Commits (de22b721db288e1c3894b3d763442813e8bcc4f2)

Author SHA1 Message Date
RajeevNambiar 57a6a98cd9 Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name
Update sts_assume_role.py for showing the correct example syntax role_session_name instead of session_name. session_name is not a valid property.
9 years ago
Robb Wagoner 4be856a40c InService percent key as literal percent (i.e 50, not .5) 9 years ago
Robb Wagoner 3226ad4284 Include instance states (InService or OutOfService) as ELB facts 9 years ago
Brian Coca 2813675b6f Merge pull request #1469 from Constantin07/update_elb_ec2_facts
ec2_elb_facts - Print explicit error cause when no ELBs are found in AWS
9 years ago
Brian Coca 61bb39be71 Merge pull request #1466 from stepanstipl/fix-route53_facts_hosted_zone_id
Fix: route53_facts hosted_zone_id boto error
9 years ago
Brian Coca 3aa2d3744d Merge pull request #1482 from ansible/json-imports-fallback
Update for modules which import json.
9 years ago
Brian Coca 91c4558545 Merge pull request #1363 from wimnat/feature/eni_facts_secondary_addresses
Add secondary addresses to facts
9 years ago
Toshio Kuratomi 7e56a66ef6 Really disable RETURN 9 years ago
Toshio Kuratomi 816bfd6990 Disable RETURNS because the approved module doesn't have a RETURNS that is buildable 9 years ago
Toshio Kuratomi 759e4f2f24 Merge pull request #952 from Java1Guy/ecs_service_module
cloud amazon ECS service modules
9 years ago
Toshio Kuratomi d6af6f8477 Update for modules which import json.
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed

Fixes #1298
9 years ago
Constantin07 53e6e8c936 Print explicit error cause when no ELBs are found in AWS 9 years ago
Stepan Stipl 6bad06e827 Fix: route53_facts hosted_zone_id boto error
Boto is expecting parameter called "Id", not "HostedZoneId".
See
http://boto3.readthedocs.org/en/latest/reference/services/route53.html#Route53.Client.get_hosted_zone

Fixes ansible/ansible-modules-extras/#1465
9 years ago
Brian Coca 6efa406b6f added examples to route53_zone
fixes #1061
9 years ago
Joel Thompson 736321001f Add new ec2_vpc_dhcp_options module
This module manages EC2 DHCP options for a given VPC. It allows you to
specify all the options which AWS allows you to set in a DHCP option
set.
9 years ago
Brian Coca 0e9c9e759a Merge pull request #1341 from s1lv3r40/doc_fix
Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
9 years ago
Rob 1b0250125a Add secondary addresses to facts 9 years ago
Brian Coca fabafe9aa8 Merge pull request #1325 from wimnat/feature/issue-1323
Added missing else statement that caused existing rules to be discarded
9 years ago
Brian Coca 2ce866f759 corrected version added to 2.1 9 years ago
Brian Coca 43b63c36fd Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
New module - ec2_vpc_net_facts
9 years ago
Vladimir Dimov de672f1ab2 Doc fix ec2_vpc_route_table.py 9 years ago
Vladimir Dimov 9ba686f8e6 Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record. 9 years ago
Rob 186fe2babc Added missing else statement that caused existing rules to be discarded 9 years ago
Toshio Kuratomi 3c4f954f0f Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca cde758332a Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
Ensure tag values get updated in ec2_vpc_subnet
9 years ago
Ryan Sydnor a56fe04683 Use boto normalized location for bucket creation
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
9 years ago
Toshio Kuratomi e52e015791 Documentation fixes 9 years ago
Toshio Kuratomi 949610bbce Merge pull request #1202 from joelthompson/feature/sns_topic
Add sns_topic module to manage AWS SNS topics
9 years ago
Etherdaemon 1ee6962c93 Add new module to allow for getting and listing of Route53 relevant details 9 years ago
Joel Thompson 437a62836f Add sns_topic module to manage AWS SNS topics
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
9 years ago
wimnat a21d935e66 Prevent ec2_remote_facts from failing when listing a terminated instance 9 years ago
Brian Coca dd3a2b2e30 Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
Refactor ec2_remote_facts to use filters
9 years ago
Matteo Acerbi fdffa55496 Fix docs for ec2_vpc_route_table
The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id.
9 years ago
whiter 89f8e249fa Refactor ec2_remote_facts to use filters 9 years ago
Chrrrles Paul 405c3cb2c7 tpyo in doc string 9 years ago
Brian Coca eeeb1264d3 Merge pull request #1090 from wimnat/feature/eni_facts_filters
Use filters attribute rather than eni id
9 years ago
Brian Coca 618ed0012c Merge pull request #1046 from shawnsi/vpc-route-table
Check mode support for VPC route table creation
9 years ago
wimnat aef2b929c9 New module - ec2_vol_facts 9 years ago
Toshio Kuratomi 8ce3104bc5 Convert from dos line endings to unix because dos line endings break our documentation build. 9 years ago
whiter 62cd2d9c18 Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules 9 years ago
Rob 5f3f15fbc0 Use doc fragment and fix examples 9 years ago
Shawn Siefkas dbdd2475e6 Handling dry run exception 9 years ago
Brian Coca 205115ea1f updated to use shared region docs from ec2 9 years ago
Rick Mendes 2cc18b8780 added missing license 9 years ago
Greg DeKoenigsberg beb362dd11 Merge pull request #633 from loia/feature/aws_sqs
Add new Amazon SQS module
9 years ago
Greg DeKoenigsberg a4c2928712 Merge pull request #783 from wimnat/feature/ec2_vpc_subnet_facts
New module - ec2_vpc_subnet_facts
9 years ago
Greg DeKoenigsberg ed2708827d Merge pull request #963 from sgzijl/391-append-missing-dot
issue #931 append dot to zone if not defined
9 years ago
Shawn Siefkas 6186da08ef Check mode support for VPC route table creation 9 years ago
Mark Chance 0147a89957 fix, update the documentation of the modules 9 years ago
Toshio Kuratomi 4cf2c5555e Fix for errors in the generated rst 9 years ago
Toshio Kuratomi 953d382aa5 docs fixes 9 years ago
Mark Chance 73382f4574 WIP documentation update 9 years ago
Benno Joy f3a9a92ffe remove facts and fix docs for taskdefinition module 9 years ago
Benno Joy f4f52119b3 Merge pull request #951 from Java1Guy/ecs_task_module
cloud amazon ECS task modules
9 years ago
Benno Joy 936a2db7f1 Merge pull request #949 from Java1Guy/ecs_taskdefinition_module
cloud amazon ECS task definition module
9 years ago
Benno Joy 6c0a830962 Merge pull request #950 from Java1Guy/ecs_cluster_module
cloud amazon ECS cluster module
9 years ago
Brian Coca 8b83aa4c50 Merge pull request #643 from zimbatm/route53-health-check
route53_health_check: new module
9 years ago
Gerard Lynch 401bb3f10d minor doc fix 9 years ago
Mark Chance b9aef8beb2 add author tag in doc 9 years ago
Mark Chance ff4c000451 add author tag in doc 9 years ago
Mark Chance 1a653d4921 add author tag in doc 9 years ago
Mark Chance d3de924981 add author tag in doc 9 years ago
Rob bc560617c1 Tolerate missing classic_link_enabled attribute 9 years ago
Jérémie Astori 0c74601ea5 Fix tpyo 9 years ago
Rob d1c15d6c84 Documentation fixup 9 years ago
whiter 767605122a New module - ec2_vpc_net_facts 9 years ago
Tom Bamford 65c41451f0 Ensure tag values get updated in ec2_vpc_subnet 9 years ago
Siert Zijl 57f9b735f3 #931 append dot to zone if not defined 9 years ago
Brian Coca 5a39c5ed0d Merge pull request #948 from steynovich/patch-1
Update route53_zone.py
9 years ago
Evan Carter 604578cfcc fixing hang after creation 9 years ago
Mark Chance dca0d4a08c update version, fix fail msgs 9 years ago
Mark Chance 158b9b664d update version, fix fail msgs 9 years ago
Mark Chance 4524cc1e27 update version, fix fail msgs 9 years ago
Mark Chance de95580f66 fix docs, enhance fail msgs 9 years ago
Mark Chance 03cd38e7ab cloud amazon ECS task definition module 9 years ago
Mark Chance f802fc2ce3 cloud amazon ECS cluster module 9 years ago
Mark Chance a5083a4a17 cloud amazon ECS task modules 9 years ago
Mark Chance f478530803 cloud amazon ECS service modules 9 years ago
steynovich bdfb67ae28 Update route53_zone.py
Proposed fix for issue #940

Fix: Include common AWS parameters in module arguments
9 years ago
Bret Martin e5fdbc25a2 Only wait for ENI attachment at creation when instance_id is specified 9 years ago
Toshio Kuratomi a55dbb717c Try to revert the pieces of #651 that @willthames and @erydo requested 9 years ago
Toshio Kuratomi 70568aa242 Merge pull request #651 from wimnat/feature/ec2_vpc_igw
Fixed incorrect connect_to_aws call
9 years ago
Toshio Kuratomi 6a3cf63351 correct documentation formatting 9 years ago
Brian Coca a9d5392b71 fixed option description 9 years ago
Brian Coca 12f8f125cf Merge pull request #918 from dbhirko/devel
ec2_vpc_igw.py changed boto connection obejct to vpc
9 years ago
Brian Coca 00ba47e4ed Merge pull request #718 from wimnat/feature/s3_lifecycle
New module - s3_lifecycle
9 years ago
Brian Coca 2ca3a8112b Merge pull request #842 from stelligent/devel
fixes issue creating table when no range_key_name is defined
9 years ago
dbhirko 041d6f6077 Change boto connection object from ec2 to vpc
Issue 906 - ec2_vpc_igw has incorrect connection parameters
9 years ago
whiter 65d3a3be59 Remove debug print statement. Fixed ensure_propagation call to pass 'route_table' and 'connection'. 9 years ago
whiter 506d1df22c Documentation examples fix 9 years ago
whiter a2fb8edb3c Added option to specify tags or route-table-id, quoted doc strings, added more detail to returned route table object, numerous minor fixes 9 years ago
Bret Martin 96e4194588 Don't enable route propagation on a virtual gateway with propagated routes 9 years ago
Bret Martin 29ce49e84f Don't attempt to delete routes using propagating virtual gateways 9 years ago
Bret Martin 271cbe833e Call ensure_propagation() with the retrieved route table ID 9 years ago
Bret Martin 954f48f28a Don't check original_association_ids since it is not set, per comment above 9 years ago
Bret Martin 546858cec9 Correct enable_vgw_route_propagation test_run parameter to dry_run 9 years ago
Rob White 3e02c0d3d9 Blank aliases removed 9 years ago
whiter 3527aec2c5 Changed to use "connect_to_aws" method 9 years ago
whiter 4f2cd7cb6e Documentation update 9 years ago
Herby Gillot c9883db03d Allow VPC igw to be specified by gateway_id: "igw" 9 years ago