ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
206 stars 160 forks source link

MX Record Type Support in win_dns_record #592

Open cysys-ngt opened 2 weeks ago

cysys-ngt commented 2 weeks ago
SUMMARY

Currently the win_dns_record module does not support MX record type. Would like to see MX record type supported

ISSUE TYPE
COMPONENT NAME

win_dns_record

ADDITIONAL INFORMATION

The MX record is used to identify the Exchange mail server (or any mail server) in the domain.

win_dns_record:
    zone: "example.com"
    name: "exch"
    type: "mx"
    value: "exchange.exampe.com"
    state: present