From 70a33c3140582b0855a34129343a95b9f8fde1a7 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Thu, 19 Sep 2019 12:45:53 +0200 Subject: [PATCH] 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. --- lib/ansible/modules/net_tools/nsupdate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/nsupdate.py b/lib/ansible/modules/net_tools/nsupdate.py index 98f38d4e279..7471e559208 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