Commit Graph

263 Commits (451420b7e8611d3a88a4b567c167567e71a8a359)

Author SHA1 Message Date
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
Robert Estelle 43566b0caf ec2_vpc_route_tables - Allow reference to subnets by id, name, or cidr. 9 years ago
Robert Estelle 17ed722d55 ec2_vpc_route_tables - Remove more dict comprehensions. 9 years ago
Robert Estelle f0a4be1b4b ec2_vpc_route_table - Fix unintended tag search regression. 9 years ago
Robert Estelle f4ce0dbc96 ec2_vpc_route_table - Support route propagation through VGW.
Based on work by Bret Martin via pull request #356
9 years ago
Robert Estelle f79aeaee86 ec2_vpc - More dry running in check mode. 9 years ago
Robert Estelle e3c14c1b02 ec2_vpc - Update dict comprehensions and {} formats for python2.6 9 years ago
Robert Estelle 0e635dd090 ec2_vpc - Update some documentation strings. 9 years ago
Robert Estelle a50f5cac2c ec2_vpc - More efficient tag search. 9 years ago
Robert Estelle 95006afe8c ec2_vpc - Fail module using fail_json on boto import failure. 9 years ago
Robert Estelle 60efbe8bec ec2_vpc - VPCException -> AnsibleVPCException 9 years ago
Robert Estelle e395bb456e EC2 subnet/route-table: Simplify tag updating. 9 years ago
Robert Estelle 4d35698a30 Split out route table and subnet functionality from VPC module. 9 years ago
Brian Coca 6999052880 Merge pull request #851 from mjschultz/ec2-elb-facts
[Amazon] Add EC2 ELB Facts module to gather facts about ELBs
9 years ago
Michael J. Schultz 913266c04f Remove old Ansible AWS magic 9 years ago
Michael J. Schultz be59c0063b Names and aliases matching other modules 9 years ago
Brian Coca fbf94de0d1 Merge pull request #653 from wimnat/feature/s3_bucket
New module - s3_bucket
9 years ago
Michael J. Schultz e44ba01b18 Add EC2 ELB Facts module to gather facts about ELBs! 9 years ago
Shayne Clausson e5b6d47a54 fixes issue where no range_key_name is defined https://github.com/ansible/ansible-modules-extras/issues/841 9 years ago
Brian Coca 22d209ee64 Merge pull request #760 from michaeljs1990/devel
ec2_remote_facts module
9 years ago
Brian Coca a0558a90b2 Merge pull request #598 from wimnat/feature/ec2_vpc_subnet
Feature/ec2 vpc subnet
9 years ago
whiter e299952bca Changed resource_tags to tags to match other modules (resource_tags still an alias)
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module.  Existing tags not listed will be removed (desired state!)
9 years ago
Michael Schuett 2583ae6df0 Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
9 years ago
Michael Schuett e8e0076bf4 Update and rename ec2_search.py to ec2_remote_facts.py 9 years ago
whiter d40bdd4645 Updated doco for vpc_subnet 9 years ago
Rob White 23375e52ad New module - ec2_vpc_subnet_facts 9 years ago
Brian Coca 3a987b49fc Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
New module - ec2_vpc_route_table_facts
9 years ago
Rob White 5f5ae26cc1 New module - ec2_vpc_route_table_facts 9 years ago
Michael Schuett c08fa1269d Remove unneeded nesting
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
9 years ago
Michael Schuett c64c2995a4 Document ignore_state
Added documentation for ignore_state and updated the example since you
would really only use this module if you are going to register it to a
variable.
9 years ago
Michael Schuett 1c6597ec73 Typo
Remove typo from when I recently was testing logic for also having an include state.
9 years ago
Michael Schuett 9df0473932 ec2_search module
This module lets you get information about any number of ec2 instances
in your environment. It also has the option of creating hostnames based
on the ip of your server.
9 years ago
Brian Coca 591c22b18f Merge pull request #680 from wimnat/feature/s3_logging
New module - s3_logging
9 years ago
Rob White 9fb2eae7dd Doc fixup 9 years ago
Rob White c791282c95 Removed requirement for target_bucket 9 years ago
whiter 511d6a7ff5 Fixed tag comparison 9 years ago
Rob White dd4d33b1fe New module - s3_logging 9 years ago
whiter 52895ee924 New module - s3_lifecycle 9 years ago
Brian Coca cf764bf060 minor doc fixes 9 years ago
Brian Coca 91690b67a1 Merge pull request #168 from bekelchik/bekelchik
New sts_assume_role module
9 years ago
Boris Ekelchik 998bba4a21 Added changes requested by reviewers
Copied @wimnat incorporating changes requested in feedback comments
9 years ago
Toshio Kuratomi 639902ff20 Fix the documentation of route53_zone 9 years ago
Brian Coca b6d3306f49 Merge pull request #624 from minichate/route53_zone
Add support for creating and deleting Route53 hosted zones
9 years ago
zimbatm 61769eda33 route53_health_check: new module
Allows to define and update Route53 health-checks

Create and update actions are defined in the module because boto is
broken in the first case and doesn't implement the second-one.
9 years ago
Alan Loi 8ded4ae862 Docfixes - add version_added and missing default values. 9 years ago
Brian Coca a1b2677c26 Merge pull request #579 from rickmendes/keys-with-passphrases
now handles keys protected with a passphrase
9 years ago
Greg DeKoenigsberg 9de82d186a Merge pull request #654 from loia/feature/aws_dynamodb
dynamodb_table docfixes and error handling
9 years ago
Alan Loi c7f0fafe62 Check AWS region and credentials are provided. 9 years ago
Rob White 556e95379e Doc fix up 9 years ago
Alan Loi 9e8802cacd Docfixes - add version_added and default values. 9 years ago
Rob White 1934ea6f35 New module - s3_bucket 9 years ago
whiter 155c9ff6c9 Fixed incorrect connect_to_aws call - switched to boto.vpc instead of boto.ec2 9 years ago
Christopher Troup 0dc2fb73d3 Add GPL file header 9 years ago
Rick Mendes 2791edc496 resolving merge conflicts 9 years ago
Rick Mendes 12d76027df upgraded docs and argspec to match module guidelines 9 years ago
Toshio Kuratomi dec7d95d51 Fix up docs 9 years ago
Alan Loi c8b6e1efa5 Fix sqs_queue module to check that boto library is installed and AWS region & credentials are provided. 9 years ago
Alan Loi e66f4b9985 Updated documentation for sqs_queue - state option is not required. 9 years ago
Greg DeKoenigsberg 786124dd60 Merge pull request #498 from loia/feature/aws_dynamodb
Add dynamodb_table module
9 years ago
Alan Loi 1a914128f6 Fix aws connection to use params. 9 years ago
Alan Loi 4bf188258d Rename module to sqs_queue.py to differentiate from other potential modules e.g. reading/writing messages. 9 years ago
Alan Loi ac09e60914 Add .py file extension to dynamodb_table module. 9 years ago
Alan Loi 3f74ec35e6 Add .py file extension to sqs module. 9 years ago
Alan Loi 2ddb8807bf Add new amazon sqs module. 9 years ago
Alan Loi 011fef5f32 Added return value documentation to dynamodb_table module. 9 years ago
Alan Loi 268104fca3 Added check_mode support to dynamodb_table module. 9 years ago
Christopher Troup 8c643498d3 Use state: present|absent rather than command: create|delete 9 years ago
Christopher Troup 86ae387fdc Update documentation to include usual fields
- Adds version_added
- Adds author
- Removed default: null from a required field
9 years ago
Christopher Troup edc423a18a Add support for creating and deleting Route53 hosted zones
Supports both private (per-VPC) and public hosted zones.
9 years ago
Brian Coca 1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
9 years ago
Amir Moulavi 628f2b98b6 Implementation of EC2 AMI copy between regions 9 years ago
Brian Coca e66e953f08 Merge pull request #410 from wimnat/feature/ec2_eni
Add ec2_eni module (aws network interfaces)
9 years ago
Greg DeKoenigsberg 352531930c Merge pull request #607 from wimnat/feature/ec2_vpc_igw
Feature/ec2 vpc igw
9 years ago
Will Thames 6b8c462d66 Add GUIDELINES for AWS module development
Starting point for a reference when doing pull request reviews.
If something doesn't meet the guidelines we can point people
at them. If something is bad but is not mentioned in the
guidelines, we should add it here.
9 years ago
whiter c93cf8c054 Changed to use "connect_to_aws" method 9 years ago
whiter 65f98d53af Updated documentation 9 years ago
Robert Estelle 3b38209afd ec2_vpc_subnet - Use dict constructor instead of comprehension. 9 years ago
Robert Estelle e33de8bd88 ec2_vpc - More dry running in check mode. 9 years ago
Robert Estelle 0de9722e0c ec2_vpc_subnet - resource_tags is not required. 9 years ago
Robert Estelle 6f978b9c00 ec2_vpc - Fail module using fail_json on boto import failure. 9 years ago
Robert Estelle 54809003e3 ec2_vpc - VPCException -> AnsibleVPCException 9 years ago
Robert Estelle fa7848a6c8 EC2 subnet/route-table: Simplify tag updating. 9 years ago
Robert Estelle d8b4bd3c34 Split out route table and subnet functionality from VPC module. 9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Greg DeKoenigsberg d831c6a924 Adding author info 9 years ago
Greg DeKoenigsberg 87bc0ee39f Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into devel 9 years ago
Greg DeKoenigsberg 59c57ee798 Changing maintainer for this module 9 years ago
Alex Lo 90b6f0fe68 Error message typo 9 years ago
Alex Lo 59c3913e0b Fix boto library checking 9 years ago
Alex Lo a86c8ab025 There is no absent, only disabled 9 years ago
Alex Lo ea0f0ec7d3 remove extraneous imports 9 years ago
whiter 8311854fa6 New module - ec2_eni_facts 9 years ago
whiter 5c39a5cc19 New module - ec2_eni 9 years ago
Rob White c21eebdd7b Updated documentation and added boto profile support. 9 years ago
Robert Estelle 6b32b95252 ec2_vpc_igw - Rename IGWException to AnsibleIGWException. 9 years ago
Robert Estelle 829759fba7 ec2_vpc_igw - Exit with fail_json when boto is unavailable. 9 years ago
Robert Estelle 9f0ee40b42 Add ec2_vpc_igw module. 9 years ago
Alex Lo 416d96a1e6 Error message typo 9 years ago
Alex Lo d1f50493bd Fix boto library checking 9 years ago
Alex Lo d0ef6db43c There is no absent, only disabled 9 years ago
Alex Lo 4fc275d1c5 remove extraneous imports 9 years ago