summaryrefslogtreecommitdiff
path: root/cloud/amazon/route53.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-051-1/+2
* Examples syntax batch5 (#5622)Sam Doran2016-11-151-15/+15
* replace type() with isinstance() (#5541)jctanner2016-11-091-2/+2
* Add an example to delete Route53 alias record set (#3834)mansunkuo2016-06-061-3/+22
* Fixing error exception handling for python3. Does not need to be compa… (#3...codemeup @ Work2016-06-021-4/+4
* Add an example for SRV record in route53 (#3749)Roberto Bampi2016-05-261-0/+10
* ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)John R Barker2016-05-031-18/+18
* rebase for #2477, ready_for_review (#2581)Marcin2016-04-161-1/+4
* Check if identifier is specified for geo,weighted or failover routing. Don't ...Marcin2016-04-121-5/+18
* Merge pull request #3161 from somechris/fix-boto-version-requirementRené Moser2016-03-301-0/+5
|\
| * Guard against too old boto libraryChristian Aistleitner2016-03-011-0/+5
* | Merge pull request #2968 from ashwanthkumar/exponential-backoff-in-route53René Moser2016-03-271-1/+16
|\ \
| * | Doing exponential backoff on route53 upon AWS throttlingAshwanth Kumar2016-02-051-1/+16
| |/
* | Bugfix: Permit SOA record typeTom Bamford2016-02-171-2/+2
|/
* Remove duplicate documentation fieldsToshio Kuratomi2016-01-281-2/+1
* updated version_addedBrian Coca2016-01-121-2/+2
* Add wait_timeout option to route53 moduleJoost Cassee2016-01-121-6/+26
* Add wait option to route53 moduleJoost Cassee2016-01-121-8/+31
* corrected version addedBrian Coca2016-01-111-1/+1
* Add evaluate taget health for alias based recordsMike Buzzetti2015-11-301-38/+60
* Fixes #822Daniel Donckers2015-11-201-2/+2
* Save changes of special characters to rset, without that comparison rset.to_x...Marcin Stolarek2015-11-131-0/+2
* It may be string with int comparison, if ansible user specifies identifier as...Marcin Stolarek2015-11-131-1/+1
* minor doc fixesBrian Coca2015-07-281-18/+4
* Update route53.pyArtur Cygan2015-07-221-2/+2
* fixed minor doc issuesBrian Coca2015-07-141-4/+2
* Adding ability to filter AWS Route 53 private hosted zones by attached VPCJoel Thompson2015-07-101-3/+31
* Remove empty aliasesJuho-Mikko Pellinen2015-07-061-1/+0
* Add version numberJuho-Mikko Pellinen2015-07-061-0/+1
* Fix hosted_zone_id after rebase.Juho-Mikko Pellinen2015-07-061-5/+5
* Add support for specifying unique hosted zone identifierJuho-Mikko Pellinen2015-07-061-0/+13
* Add support for specifying unique hosted zone identifierJuho-Mikko Pellinen2015-07-061-0/+21
* Merge pull request #831 from j-carl/feature-route53-nameserverBrian Coca2015-06-301-1/+7
|\
| * - List the name servers of a zone.Jens Carl2015-02-201-1/+7
* | route53: add support for routing policieszimbatm2015-06-241-32/+101
* | Parse out space characters in route53 value listTom Paine2015-06-221-1/+1
* | Updating cloud modules with proper github author informationGreg DeKoenigsberg2015-06-151-1/+1
* | Update route53.pyxiaclo2015-06-011-1/+1
* | Fix issue #1156xiaclo2015-06-011-1/+1
* | Update route53.pyxiaclo2015-05-011-2/+2
* | Fix issue #1156xiaclo2015-04-301-1/+1
* | issue #994: use HAS_BOTO to determine if import was successful:steenzout2015-04-011-3/+6
* | removed requirements/boto as it broke documentation as it is duplicated in sh...Brian Coca2015-03-291-1/+0
* | describe choices in alias documentationScott Miller2015-03-271-1/+2
* | Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2015-03-261-14/+4
* | Merge pull request #256 from SDFE/route53_connect_paramsBrian Coca2015-03-261-2/+3
|\ \
| * | use aws connect calls that allow boto profile useDan Abel2014-11-051-2/+3
* | | Fix KeyError in public zones in route53Hagai Kariti2015-03-111-1/+1
* | | Compare DNS names case insensitively.Feanil Patel2015-03-021-1/+1