While as of right now, there is not a great way to install Ansible on Windows servers (because you have to install cygwin). Ansible running on Linux can readily configure Windows servers and push files down to them. There are some things to look out for when setting this up. It is not overly documented on Ansible’s website. Some documentation (on various websites) tells DevOps engineers (or the professional using Ansible) to use a windows.yml file in a group_vars directory.
…