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.
pull/62590/head
Andreas Olsson 5 years ago committed by John R Barker
parent ea73e0c43a
commit 70a33c3140

@ -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

Loading…
Cancel
Save