WinRM+Ansible - Digitalist Global
https://digitalist.global/article/winrm-ansible17.01.2018 · apt-get install ansible Next add windows-host to ansible hosts, edit /etc/ansible/hosts and add Now create a group-vars file for the windows-host, edit /etc/ansible/group_vars/windows.yml (create directory if it does not exist) and add: With basic ansible setup in place we still need to install pywinrm to enable WinRM support. Installing …