Slide 15
Slide 15 text
Windows Support
Ansible supports Windows from a linux control machine. To get the linux machine
ready to communicate with windows, do the following:
Apt-get install libkrb5-dev
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
Reboot now
pip install http://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm
pip install Kerberos (Only install when communicating with servers on a domain)