summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Olsson <andreas@arrakis.se>2019-09-19 12:45:53 +0200
committerToshio Kuratomi <a.badger@gmail.com>2019-09-19 11:30:08 -0700
commit6dd81d3c46af5c84bd556a9674c51635089e90fc (patch)
tree0323e905bcc48bf48bf307cdf0108aeabbaabae6
parent7750d30eb460d77e6edbc31fc36f451aaf781be4 (diff)
downloadansible-6dd81d3c46af5c84bd556a9674c51635089e90fc.tar.gz
nsupdate: Don't mention the Microsoft DNS server (#62330)
Microsoft's DNS server uses GSS-TSIG to secure Dynamic DNS updates. That is a Kerberos based form of TSIG neither supported by the Ansible nsupdate module nor the underlying dnspython module. Related to #57294 and #62238. (cherry picked from commit 70a33c3140582b0855a34129343a95b9f8fde1a7)
-rw-r--r--lib/ansible/modules/net_tools/nsupdate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/modules/net_tools/nsupdate.py b/lib/ansible/modules/net_tools/nsupdate.py
index 98f38d4e27..7471e55920 100644
--- a/lib/ansible/modules/net_tools/nsupdate.py
+++ b/lib/ansible/modules/net_tools/nsupdate.py
@@ -24,7 +24,6 @@ module: nsupdate
short_description: Manage DNS records.
description:
- Create, update and remove DNS records using DDNS updates
- - DDNS works well with both bind and Microsoft DNS (see https://technet.microsoft.com/en-us/library/cc961412.aspx)
version_added: "2.3"
requirements:
- dnspython