summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/route53.py
Commit message (Expand)AuthorAgeFilesLines
* Backport/2.9/60508 (#67531)Bruno Meneguello2020-03-021-26/+34
* route53: optimize zone_id lookup when hosted_zone_id is provided (#60437)Bruno Meneguello2019-08-261-18/+17
* Fix tuples to actually be tuples (#52591)Matt Martz2019-02-191-3/+3
* Introduce new 'required_by' argument_spec option (#28662)Dag Wieers2019-02-151-35/+43
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-6/+6
* E325 removal - Part I (#49136)Abhijeet Kasurde2018-11-271-0/+1
* Fix author (and test ansibot) (#46060)Dag Wieers2018-11-131-3/+4
* [aws] route53 module: fix idempotency for CAA records (#46049)Felix Fontein2018-09-271-2/+12
* Route53 check mode (#37273)Felix Fontein2018-05-031-13/+14
* Clean up module documentation (#36909)Dag Wieers2018-03-151-33/+9
* Remove default value for 'value' option in route53 module (#32297)Prasad Katti2017-12-081-2/+2
* Clarify the release and maintenance cycle (#32402)Toshio Kuratomi2017-10-311-3/+3
* Route53 return values (#31962)Prasad Katti2017-10-271-0/+77
* [cloud] Add CAA record type to route53 (#29178)Johannes Weißl2017-10-181-2/+13
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Expand wildcard imports and add boilerplateToshio Kuratomi2017-08-121-22/+14
* Handle rate limits on every iteration (#23726)Damir Suleymanov2017-06-201-1/+6
* [cloud] document route53 state choices added in 2.4 (#25866)Sloane Hertel2017-06-191-1/+1
* [cloud] Route53 Avoid throttling errors and unnecessary processing when check...Robin Miller2017-06-151-1/+8
* [cloud] Fix Route53 module value option, defaulting to empty list (#24555)Sloane Hertel2017-06-131-2/+2
* [cloud] Add version_added to route53 option 'state' - fixes #24306 (#24335)Sloane Hertel2017-05-051-1/+2
* [cloud] Fix #23152 in route53 module and pep8 cleanup (#23156)Daniel Shepherd2017-04-181-149/+152
* E501 fixes (#22879)Matt Martz2017-03-221-3/+6
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* [cloud][docs] Fix misleading Route53 `value` example (#21689)Ryan Brown2017-02-211-1/+1
* use backoff/retry for conn.get_zones and conn.get_hosted_zone in route53 modu...Robin Miller2017-02-101-6/+9
* PEP 8 E111 cleanup. (#20841)Matt Clay2017-01-301-12/+12
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-22/+22
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-4/+4
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Fix differences with devel.Matt Clay2016-12-081-1/+1
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-33/+10
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-081-1/+2
* Examples syntax batch5 (#5622)Sam Doran2016-12-081-15/+15
* replace type() with isinstance() (#5541)jctanner2016-12-081-2/+2
* Add an example to delete Route53 alias record set (#3834)mansunkuo2016-12-081-3/+22
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-4/+4
* Add an example for SRV record in route53 (#3749)Roberto Bampi2016-12-081-0/+10
* ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)John R Barker2016-12-081-19/+19
* rebase for #2477, ready_for_review (#2581)Marcin2016-12-081-1/+4
* Check if identifier is specified for geo,weighted or failover routing. Don't ...Marcin2016-12-081-5/+18
* Guard against too old boto libraryChristian Aistleitner2016-12-081-0/+5
* Doing exponential backoff on route53 upon AWS throttlingAshwanth Kumar2016-12-081-1/+16
* Bugfix: Permit SOA record typeTom Bamford2016-12-081-4/+2
* Remove duplicate documentation fieldsToshio Kuratomi2016-12-081-2/+1
* updated version_addedBrian Coca2016-12-081-2/+2
* Add wait_timeout option to route53 moduleJoost Cassee2016-12-081-6/+26
* Add wait option to route53 moduleJoost Cassee2016-12-081-14/+47
* Add evaluate taget health for alias based recordsMike Buzzetti2016-12-081-39/+62