How to connect with Windows machine using Ansible
Introduction Connecting with a Windows machine using Ansible is little different from its Linux counterpart. In this post we will discuss how we can connect with a windows host using Ansible so that we can execute task remotely. Ansible connects with Windows machine using WinRM. For this we need to install pywinrm module of python […]
How to connect with Windows machine using Ansible Read More »