Commit Graph

89 Commits (047ab3372ac92a1de085ed7d51f2345d77bb2223)

Author SHA1 Message Date
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
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
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
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
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
Alan Loi 9e8802cacd Docfixes - add version_added and default values. 9 years ago
Rob White 1934ea6f35 New module - s3_bucket 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
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 ac09e60914 Add .py file extension to dynamodb_table 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