Commit graph

63 commits

Author SHA1 Message Date
Brian Coca
3a987b49fc Merge pull request #778 from wimnat/feature/ec2_vpc_route_table_facts
New module - ec2_vpc_route_table_facts
2015-07-28 14:58:20 -04:00
Rob White
5f5ae26cc1 New module - ec2_vpc_route_table_facts 2015-07-28 22:33:57 +10:00
Brian Coca
591c22b18f Merge pull request #680 from wimnat/feature/s3_logging
New module - s3_logging
2015-07-18 23:47:21 -04:00
Rob White
9fb2eae7dd Doc fixup 2015-07-19 13:43:04 +10:00
Rob White
c791282c95 Removed requirement for target_bucket 2015-07-19 11:10:48 +10:00
Rob White
dd4d33b1fe New module - s3_logging 2015-07-17 15:39:49 +10:00
Brian Coca
cf764bf060 minor doc fixes 2015-07-17 01:19:21 -04:00
Brian Coca
91690b67a1 Merge pull request #168 from bekelchik/bekelchik
New sts_assume_role module
2015-07-13 19:29:51 -04:00
Boris Ekelchik
998bba4a21 Added changes requested by reviewers
Copied @wimnat incorporating changes requested in feedback comments
2015-07-13 12:05:47 -07:00
Toshio Kuratomi
639902ff20 Fix the documentation of route53_zone 2015-07-07 10:53:09 -07:00
Brian Coca
b6d3306f49 Merge pull request #624 from minichate/route53_zone
Add support for creating and deleting Route53 hosted zones
2015-07-06 19:24:53 -04:00
Brian Coca
a1b2677c26 Merge pull request #579 from rickmendes/keys-with-passphrases
now handles keys protected with a passphrase
2015-06-30 07:56:41 -04:00
Greg DeKoenigsberg
9de82d186a Merge pull request #654 from loia/feature/aws_dynamodb
dynamodb_table docfixes and error handling
2015-06-29 11:09:07 -04:00
Alan Loi
c7f0fafe62 Check AWS region and credentials are provided. 2015-06-29 20:55:33 +10:00
Alan Loi
9e8802cacd Docfixes - add version_added and default values. 2015-06-29 20:45:53 +10:00
Christopher Troup
0dc2fb73d3 Add GPL file header 2015-06-28 11:09:44 -04:00
Rick Mendes
2791edc496 resolving merge conflicts 2015-06-27 10:25:17 -07:00
Rick Mendes
12d76027df upgraded docs and argspec to match module guidelines 2015-06-26 17:00:58 -07:00
Toshio Kuratomi
dec7d95d51 Fix up docs 2015-06-25 07:12:10 -07:00
Greg DeKoenigsberg
786124dd60 Merge pull request #498 from loia/feature/aws_dynamodb
Add dynamodb_table module
2015-06-23 13:36:34 -04:00
Alan Loi
1a914128f6 Fix aws connection to use params. 2015-06-22 20:23:11 +10:00
Alan Loi
ac09e60914 Add .py file extension to dynamodb_table module. 2015-06-21 08:40:57 +10:00
Alan Loi
011fef5f32 Added return value documentation to dynamodb_table module. 2015-06-20 21:34:27 +10:00
Alan Loi
268104fca3 Added check_mode support to dynamodb_table module. 2015-06-20 21:24:36 +10:00
Christopher Troup
8c643498d3 Use state: present|absent rather than command: create|delete 2015-06-19 14:15:27 -04:00
Christopher Troup
86ae387fdc Update documentation to include usual fields
- Adds version_added
- Adds author
- Removed default: null from a required field
2015-06-19 14:15:27 -04:00
Christopher Troup
edc423a18a Add support for creating and deleting Route53 hosted zones
Supports both private (per-VPC) and public hosted zones.
2015-06-19 14:15:27 -04:00
Brian Coca
1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
2015-06-19 11:04:25 -04:00
Amir Moulavi
628f2b98b6 Implementation of EC2 AMI copy between regions 2015-06-19 09:12:08 +02:00
Brian Coca
e66e953f08 Merge pull request #410 from wimnat/feature/ec2_eni
Add ec2_eni module (aws network interfaces)
2015-06-19 01:34:36 -04:00
Greg DeKoenigsberg
352531930c Merge pull request #607 from wimnat/feature/ec2_vpc_igw
Feature/ec2 vpc igw
2015-06-18 23:30:02 -04:00
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.
2015-06-19 12:40:56 +10:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Greg DeKoenigsberg
d831c6a924 Adding author info 2015-06-16 11:41:31 -04:00
Greg DeKoenigsberg
87bc0ee39f Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into devel 2015-06-16 11:33:34 -04:00
Greg DeKoenigsberg
59c57ee798 Changing maintainer for this module 2015-06-16 11:33:17 -04:00
Alex Lo
90b6f0fe68 Error message typo 2015-06-16 11:33:16 -04:00
Alex Lo
59c3913e0b Fix boto library checking 2015-06-16 11:33:16 -04:00
Alex Lo
a86c8ab025 There is no absent, only disabled 2015-06-16 11:33:16 -04:00
Alex Lo
ea0f0ec7d3 remove extraneous imports 2015-06-16 11:33:16 -04:00
whiter
8311854fa6 New module - ec2_eni_facts 2015-06-16 12:21:37 +10:00
whiter
5c39a5cc19 New module - ec2_eni 2015-06-16 12:14:53 +10:00
Rob White
c21eebdd7b Updated documentation and added boto profile support. 2015-06-14 16:31:31 +10:00
Robert Estelle
6b32b95252 ec2_vpc_igw - Rename IGWException to AnsibleIGWException. 2015-06-14 12:39:51 +10:00
Robert Estelle
829759fba7 ec2_vpc_igw - Exit with fail_json when boto is unavailable. 2015-06-14 12:39:41 +10:00
Robert Estelle
9f0ee40b42 Add ec2_vpc_igw module. 2015-06-14 12:39:26 +10:00
Alex Lo
416d96a1e6 Error message typo 2015-06-12 01:31:45 -04:00
Alex Lo
d1f50493bd Fix boto library checking 2015-06-12 01:17:30 -04:00
Alex Lo
d0ef6db43c There is no absent, only disabled 2015-06-12 00:49:59 -04:00
Alex Lo
4fc275d1c5 remove extraneous imports 2015-06-12 00:49:37 -04:00