Windows Remote Desktop Access for Users using Ansible

Hi folks,

I am trying to configure RDP access to users who need to access to certain hosts. Is there a way to automate this using Ansible?

Thanks,
Subhi.

add the people to remote desktop users group using win_group_membership module. That’s the solution.