Skip to content

This Ansible module allows to enable or disable some feature of the DNS client of all the network adapters on Windows-based systems.

License

Notifications You must be signed in to change notification settings

informatique-cdc/ansible-role-win_dns_client_feature

Repository files navigation

win_dns_client_feature - Enable or disable certain DNS client features

Synopsis

  • This Ansible module allows to enable or disable some feature of the DNS client of all the network adapters.

Parameters

Parameter Choices/Defaults Comments
enable_multi_cast
boolean
Choices:
  • no
  • yes
Specifies whether the Multicast Name Resolution (LLMNR) is enabled.
If this value is set to true, the host can perform name resolution for hosts on the same local link without the requirement of a DNS server.

Examples

---
- name: test the win_dns_client_feature module
  hosts: all
  gather_facts: false

  roles:
    - win_dns_client_feature

  tasks:
    - name: Turn off Multicast Name Resolution
      win_dns_client_feature:
        enable_multi_cast: false

Authors

  • Stéphane Bilqué (@sbilque) Informatique CDC

License

This project is licensed under the Apache 2.0 License.

See LICENSE to see the full text.

About

This Ansible module allows to enable or disable some feature of the DNS client of all the network adapters on Windows-based systems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published