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

Add Protocol parameter to win_dns_record #594

Open
F1r3bl4d3 opened this issue Nov 28, 2024 · 0 comments
Open

Add Protocol parameter to win_dns_record #594

F1r3bl4d3 opened this issue Nov 28, 2024 · 0 comments

Comments

@F1r3bl4d3
Copy link

SUMMARY

Would it be possible to add a protocol parameter to win_dns_record to enable adding SRV records to "_tcp" or "_udp"

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

win_dns_record

ADDITIONAL INFORMATION

This would be able to automate adding a KMS 1688 SRV record into the _tcp zone

- name: Creating a SRV record with port number and priority
  community.windows.win_dns_record:
    name: "test"
    priority: 5
    port: 995
    state: present
    type: "SRV"
    weight: 2
    value: "amer.example.com"
    zone: "example.com"
    'protocol: "_tcp"'

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