Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MX Record Type Support in win_dns_record #592

Open
cysys-ngt opened this issue Nov 15, 2024 · 0 comments
Open

MX Record Type Support in win_dns_record #592

cysys-ngt opened this issue Nov 15, 2024 · 0 comments

Comments

@cysys-ngt
Copy link

SUMMARY

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

ISSUE TYPE
  • Feature Idea
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant