Commit Graph

6 Commits (6b2bc9df04b66c67c42c67c19df96af9b47b0bde)

Author SHA1 Message Date
Gabriel Burkholder 2ef35c33d0 Fixes route53_facts to use max_items parameter with record_sets query. 10 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
10 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
10 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
10 years ago
Toshio Kuratomi e52e015791 Documentation fixes 10 years ago
Etherdaemon 1ee6962c93 Add new module to allow for getting and listing of Route53 relevant details 10 years ago