Open cysys-ngt opened 2 weeks ago
Currently the win_dns_record module does not support MX record type. Would like to see MX record type supported
win_dns_record
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
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.