Brian Coca
2813675b6f
Merge pull request #1469 from Constantin07/update_elb_ec2_facts
...
ec2_elb_facts - Print explicit error cause when no ELBs are found in AWS
9 years ago
Brian Coca
61bb39be71
Merge pull request #1466 from stepanstipl/fix-route53_facts_hosted_zone_id
...
Fix: route53_facts hosted_zone_id boto error
9 years ago
Brian Coca
3aa2d3744d
Merge pull request #1482 from ansible/json-imports-fallback
...
Update for modules which import json.
9 years ago
Brian Coca
91c4558545
Merge pull request #1363 from wimnat/feature/eni_facts_secondary_addresses
...
Add secondary addresses to facts
9 years ago
Toshio Kuratomi
7e56a66ef6
Really disable RETURN
9 years ago
Toshio Kuratomi
816bfd6990
Disable RETURNS because the approved module doesn't have a RETURNS that is buildable
9 years ago
Toshio Kuratomi
759e4f2f24
Merge pull request #952 from Java1Guy/ecs_service_module
...
cloud amazon ECS service modules
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
9 years ago
Constantin07
53e6e8c936
Print explicit error cause when no ELBs are found in AWS
9 years ago
Stepan Stipl
6bad06e827
Fix: route53_facts hosted_zone_id boto error
...
Boto is expecting parameter called "Id", not "HostedZoneId".
See
http://boto3.readthedocs.org/en/latest/reference/services/route53.html#Route53.Client.get_hosted_zone
Fixes ansible/ansible-modules-extras/#1465
9 years ago
Brian Coca
6efa406b6f
added examples to route53_zone
...
fixes #1061
9 years ago
Brian Coca
0e9c9e759a
Merge pull request #1341 from s1lv3r40/doc_fix
...
Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
9 years ago
Rob
1b0250125a
Add secondary addresses to facts
9 years ago
Brian Coca
fabafe9aa8
Merge pull request #1325 from wimnat/feature/issue-1323
...
Added missing else statement that caused existing rules to be discarded
9 years ago
Brian Coca
2ce866f759
corrected version added to 2.1
9 years ago
Brian Coca
43b63c36fd
Merge pull request #973 from wimnat/feature/ec2_vpc_net_facts
...
New module - ec2_vpc_net_facts
9 years ago
Vladimir Dimov
de672f1ab2
Doc fix ec2_vpc_route_table.py
9 years ago
Vladimir Dimov
9ba686f8e6
Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record.
9 years ago
Rob
186fe2babc
Added missing else statement that caused existing rules to be discarded
9 years ago
Toshio Kuratomi
3c4f954f0f
Don't raise or catch StandardError in amazon modules
9 years ago
Brian Coca
cde758332a
Merge pull request #971 from atplanet/bug/vpc-subnet-tag-values-not-updating
...
Ensure tag values get updated in ec2_vpc_subnet
9 years ago
Ryan Sydnor
a56fe04683
Use boto normalized location for bucket creation
...
If a bucket is being created in us-east-1, the module passed
'us-east-1' to boto's s3.create_bucket method rather than
Location.DEFAULT (an empty string). This caused boto to generate
invalid XML which AWS was unable to interpret.
9 years ago
Toshio Kuratomi
e52e015791
Documentation fixes
9 years ago
Toshio Kuratomi
949610bbce
Merge pull request #1202 from joelthompson/feature/sns_topic
...
Add sns_topic module to manage AWS SNS topics
9 years ago
Etherdaemon
1ee6962c93
Add new module to allow for getting and listing of Route53 relevant details
9 years ago
Joel Thompson
437a62836f
Add sns_topic module to manage AWS SNS topics
...
This adds an sns_topic module which allows you to create and delete AWS
SNS topics as well as subscriptions to those topics.
9 years ago
wimnat
a21d935e66
Prevent ec2_remote_facts from failing when listing a terminated instance
9 years ago
Brian Coca
dd3a2b2e30
Merge pull request #1089 from wimnat/feature/ec2_remote_facts_refactor
...
Refactor ec2_remote_facts to use filters
9 years ago
Matteo Acerbi
fdffa55496
Fix docs for ec2_vpc_route_table
...
The documentation pointed to vpc_peering_connection, not vpc_peering_connection_id.
9 years ago
whiter
89f8e249fa
Refactor ec2_remote_facts to use filters
9 years ago
Chrrrles Paul
405c3cb2c7
tpyo in doc string
9 years ago
Brian Coca
eeeb1264d3
Merge pull request #1090 from wimnat/feature/eni_facts_filters
...
Use filters attribute rather than eni id
9 years ago
Brian Coca
618ed0012c
Merge pull request #1046 from shawnsi/vpc-route-table
...
Check mode support for VPC route table creation
9 years ago
Toshio Kuratomi
8ce3104bc5
Convert from dos line endings to unix because dos line endings break our documentation build.
9 years ago
whiter
62cd2d9c18
Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules
9 years ago
Rob
5f3f15fbc0
Use doc fragment and fix examples
9 years ago
Shawn Siefkas
dbdd2475e6
Handling dry run exception
9 years ago
Brian Coca
205115ea1f
updated to use shared region docs from ec2
9 years ago
Rick Mendes
2cc18b8780
added missing license
9 years ago
Greg DeKoenigsberg
beb362dd11
Merge pull request #633 from loia/feature/aws_sqs
...
Add new Amazon SQS module
9 years ago
Greg DeKoenigsberg
a4c2928712
Merge pull request #783 from wimnat/feature/ec2_vpc_subnet_facts
...
New module - ec2_vpc_subnet_facts
9 years ago
Greg DeKoenigsberg
ed2708827d
Merge pull request #963 from sgzijl/391-append-missing-dot
...
issue #931 append dot to zone if not defined
9 years ago
Shawn Siefkas
6186da08ef
Check mode support for VPC route table creation
9 years ago
Mark Chance
0147a89957
fix, update the documentation of the modules
9 years ago
Toshio Kuratomi
4cf2c5555e
Fix for errors in the generated rst
9 years ago
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