Christopher Troup
0dc2fb73d3
Add GPL file header
10 years ago
Rick Mendes
2791edc496
resolving merge conflicts
10 years ago
Rick Mendes
12d76027df
upgraded docs and argspec to match module guidelines
10 years ago
Toshio Kuratomi
dec7d95d51
Fix up docs
10 years ago
Alan Loi
c8b6e1efa5
Fix sqs_queue module to check that boto library is installed and AWS region & credentials are provided.
10 years ago
Alan Loi
e66f4b9985
Updated documentation for sqs_queue - state option is not required.
10 years ago
Greg DeKoenigsberg
786124dd60
Merge pull request #498 from loia/feature/aws_dynamodb
...
Add dynamodb_table module
10 years ago
Alan Loi
1a914128f6
Fix aws connection to use params.
10 years ago
Alan Loi
4bf188258d
Rename module to sqs_queue.py to differentiate from other potential modules e.g. reading/writing messages.
10 years ago
Alan Loi
ac09e60914
Add .py file extension to dynamodb_table module.
10 years ago
Alan Loi
3f74ec35e6
Add .py file extension to sqs module.
10 years ago
Alan Loi
2ddb8807bf
Add new amazon sqs module.
10 years ago
Alan Loi
011fef5f32
Added return value documentation to dynamodb_table module.
10 years ago
Alan Loi
268104fca3
Added check_mode support to dynamodb_table module.
10 years ago
Christopher Troup
8c643498d3
Use state: present|absent rather than command: create|delete
10 years ago
Christopher Troup
86ae387fdc
Update documentation to include usual fields
...
- Adds version_added
- Adds author
- Removed default: null from a required field
10 years ago
Christopher Troup
edc423a18a
Add support for creating and deleting Route53 hosted zones
...
Supports both private (per-VPC) and public hosted zones.
10 years ago
Brian Coca
1604382538
monior docfixes
...
added extensino to vsphere_copy so it actually installs
10 years ago
Amir Moulavi
628f2b98b6
Implementation of EC2 AMI copy between regions
10 years ago
Brian Coca
e66e953f08
Merge pull request #410 from wimnat/feature/ec2_eni
...
Add ec2_eni module (aws network interfaces)
10 years ago
Greg DeKoenigsberg
352531930c
Merge pull request #607 from wimnat/feature/ec2_vpc_igw
...
Feature/ec2 vpc igw
10 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.
10 years ago
whiter
c93cf8c054
Changed to use "connect_to_aws" method
10 years ago
whiter
65f98d53af
Updated documentation
10 years ago
Robert Estelle
3b38209afd
ec2_vpc_subnet - Use dict constructor instead of comprehension.
10 years ago
Robert Estelle
e33de8bd88
ec2_vpc - More dry running in check mode.
10 years ago
Robert Estelle
0de9722e0c
ec2_vpc_subnet - resource_tags is not required.
10 years ago
Robert Estelle
6f978b9c00
ec2_vpc - Fail module using fail_json on boto import failure.
10 years ago
Robert Estelle
54809003e3
ec2_vpc - VPCException -> AnsibleVPCException
10 years ago
Robert Estelle
fa7848a6c8
EC2 subnet/route-table: Simplify tag updating.
10 years ago
Robert Estelle
d8b4bd3c34
Split out route table and subnet functionality from VPC module.
10 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Greg DeKoenigsberg
d831c6a924
Adding author info
10 years ago
Greg DeKoenigsberg
87bc0ee39f
Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into devel
10 years ago
Greg DeKoenigsberg
59c57ee798
Changing maintainer for this module
10 years ago
Alex Lo
90b6f0fe68
Error message typo
10 years ago
Alex Lo
59c3913e0b
Fix boto library checking
10 years ago
Alex Lo
a86c8ab025
There is no absent, only disabled
10 years ago
Alex Lo
ea0f0ec7d3
remove extraneous imports
10 years ago
whiter
8311854fa6
New module - ec2_eni_facts
10 years ago
whiter
5c39a5cc19
New module - ec2_eni
10 years ago
Rob White
c21eebdd7b
Updated documentation and added boto profile support.
10 years ago
Robert Estelle
6b32b95252
ec2_vpc_igw - Rename IGWException to AnsibleIGWException.
10 years ago
Robert Estelle
829759fba7
ec2_vpc_igw - Exit with fail_json when boto is unavailable.
10 years ago
Robert Estelle
9f0ee40b42
Add ec2_vpc_igw module.
10 years ago
Alex Lo
416d96a1e6
Error message typo
10 years ago
Alex Lo
d1f50493bd
Fix boto library checking
10 years ago
Alex Lo
d0ef6db43c
There is no absent, only disabled
10 years ago
Alex Lo
4fc275d1c5
remove extraneous imports
10 years ago
Rick Mendes
70a7a46d52
optionally supports waiting for the password to be available
10 years ago
Rick Mendes
80153611ab
added version_added to key_passphrase
10 years ago
Rick Mendes
172b012ee2
now handles keys protected with a passphrase
10 years ago
Brian Coca
5187c7fcd7
removed executable bit
10 years ago
Brian Coca
374bc74fcf
Merge pull request #448 from rickmendes/ec2-win-password
...
Add ec2_win_password module
10 years ago
Alan Loi
7c199cad25
Add dynamodb_table module
10 years ago
Greg DeKoenigsberg
997a0a11d0
Adding author's github id
10 years ago
Toshio Kuratomi
a589a66710
Update module documentation if modules have a dep on python2.6+
10 years ago
Rick Mendes
ce1b3d257c
house cleaning based on code review
10 years ago
Rick Mendes
2007345c4b
ec2_win_password module for windows ec2 instances
10 years ago
Brian Coca
231ed6208d
removed requirements which was causing crash with dupe from shared doc fragments
10 years ago
Brian Coca
520f410257
moved cloudtrail to amazon subdir
10 years ago
Boris Ekelchik
192bf06af9
New sts_assume_role module
10 years ago