I am new to ansible, what is best approach , is it to use ansible's windows modules for all the things or writing powershell scripts and running that powershell script in all servers through ansible. For example: i have a flow
1) Download files from an url
2) Extract if it is zip
3) Deploy in IIS
We can do this easily in powershell, only thing we cannot do in powershell is to install the scripts from a centralised server, but ansible does that. So what could be best approach for this?