summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/net_tools/cloudflare_dns.py
Commit message (Expand)AuthorAgeFilesLines
* cloudflare_dns: Rename account_api_token parameter (#62707)docker-registry-ipAndreas Olsson2019-09-211-12/+13
* Support cloudflare API Tokens. (#62043)Konstantin Alekseev2019-09-211-9/+38
* Fix required_if in cloudflare_dns (#54225)Mark Zhitomirski2019-03-221-2/+1
* validate-modules: Fix net_tools modules (#52489)Dag Wieers2019-02-251-117/+148
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-13/+13
* E325 Removal - Part II (#49196)Abhijeet Kasurde2018-11-281-0/+1
* Deal with case insensitivy in cloudflare_dns module (#44366)Andreas Olsson2018-08-211-5/+14
* Add DS record type to cloudflare_dns module (#44349)Andreas Olsson2018-08-181-10/+59
* Add SSHFP and TLSA records to cloudflare_dns module (#44011)Andreas Olsson2018-08-151-8/+127
* Fix cloudflare_dns proxied change detection (#43096)Andreas Olsson2018-07-271-0/+2
* Fix cloudflare_dns JSON response error handling (#42894)Andreas Olsson2018-07-241-3/+3
* Fix for cloudflare_dns SRV record and Python3 (#42914)sevs449362018-07-181-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-151-21/+6
* Remove restriction of SRV protocols (#36709)Dennis Glindhart2018-03-091-3/+2
* Sort out parameter requirements for cloudflare_dns (#31800)Andreas Olsson2018-01-111-13/+12
* cloudflare: fix CNAME not changed (#33939)markocelan2017-12-221-1/+1
* Bulk autopep8 (modules)John Barker2017-12-071-99/+99
* Pass proper error value to to_text (#33030)Sam Doran2017-11-171-1/+1
* fixed .loads error for non decoded json in Python 3 (#32065)andy-pi2017-11-171-4/+5
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* more wildcardsToshio Kuratomi2017-07-291-27/+9
* Always set `result` variable in `cloudflare_dns` module (#23683)Jack Price2017-07-201-2/+6
* Fixed import of urlencode and pathname2url from urllib for python3 (#24424)Michael2017-05-191-4/+3
* Split modules/network into two parts (#24024)John R Barker2017-04-271-0/+674