How to configure windows server with ansible using yml

Hi All,

1)How to turn off IE enhanced security using ansible
2) is there any I can configure user account in Windows server by using yml

Thanks
Rajedar

Hi,

You can hit the registry to manage IE settings, and there’s a windows user module in Ansible.

https://4sysops.com/archives/disable-internet-explorer-enhanced-security-configuration-ie-esc-with-group-policy/

https://docs.ansible.com/ansible/latest/modules/win_regedit_module.html

https://docs.ansible.com/ansible/latest/modules/win_user_module.html#win-user-module