Commit Graph

161 Commits (55dab7cd1b52ebed035ed79eae5bdd954eebb2d7)

Author SHA1 Message Date
Rick Mendes 2cc18b8780 added missing license 10 years ago
Greg DeKoenigsberg beb362dd11 Merge pull request #633 from loia/feature/aws_sqs
Add new Amazon SQS module
10 years ago
Greg DeKoenigsberg a4c2928712 Merge pull request #783 from wimnat/feature/ec2_vpc_subnet_facts
New module - ec2_vpc_subnet_facts
10 years ago
Greg DeKoenigsberg ed2708827d Merge pull request #963 from sgzijl/391-append-missing-dot
issue #931 append dot to zone if not defined
10 years ago
Toshio Kuratomi 4cf2c5555e Fix for errors in the generated rst 10 years ago
Toshio Kuratomi 953d382aa5 docs fixes 10 years ago
Benno Joy f3a9a92ffe remove facts and fix docs for taskdefinition module 10 years ago
Benno Joy f4f52119b3 Merge pull request #951 from Java1Guy/ecs_task_module
cloud amazon ECS task modules
10 years ago
Benno Joy 936a2db7f1 Merge pull request #949 from Java1Guy/ecs_taskdefinition_module
cloud amazon ECS task definition module
10 years ago
Benno Joy 6c0a830962 Merge pull request #950 from Java1Guy/ecs_cluster_module
cloud amazon ECS cluster module
10 years ago
Brian Coca 8b83aa4c50 Merge pull request #643 from zimbatm/route53-health-check
route53_health_check: new module
10 years ago
Gerard Lynch 401bb3f10d minor doc fix 10 years ago
Mark Chance b9aef8beb2 add author tag in doc 10 years ago
Mark Chance ff4c000451 add author tag in doc 10 years ago
Mark Chance 1a653d4921 add author tag in doc 10 years ago
Jérémie Astori 0c74601ea5 Fix tpyo 10 years ago
Rob d1c15d6c84 Documentation fixup 10 years ago
Siert Zijl 57f9b735f3 #931 append dot to zone if not defined 10 years ago
Brian Coca 5a39c5ed0d Merge pull request #948 from steynovich/patch-1
Update route53_zone.py
10 years ago
Evan Carter 604578cfcc fixing hang after creation 10 years ago
Mark Chance dca0d4a08c update version, fix fail msgs 10 years ago
Mark Chance 158b9b664d update version, fix fail msgs 10 years ago
Mark Chance de95580f66 fix docs, enhance fail msgs 10 years ago
Mark Chance 03cd38e7ab cloud amazon ECS task definition module 10 years ago
Mark Chance f802fc2ce3 cloud amazon ECS cluster module 10 years ago
Mark Chance a5083a4a17 cloud amazon ECS task modules 10 years ago
steynovich bdfb67ae28 Update route53_zone.py
Proposed fix for issue #940

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