ansible-collections / community.windows

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

Windows privileges to use the windows.win_dns_record module #558

Open dcantos1 opened 4 months ago

dcantos1 commented 4 months ago

I am using the windows.win_dns_record module to implement DNS records through the WinRM port on a Windows 2019 server with the DNS service, everything works fine when I run the module from Ansible, the logs are validated but when I check on the Windows server 2019 I can't find the record created, I would like to know what type of privileges I need for the successful execution of DNS record creation, I am currently using a user that belongs to the DNSAdmins group, now I don't know if it needs some powershell permissions?