December 2017
Intermediate to advanced
364 pages
7h 30m
English
This is one of the new things we are going to perform now. Until now, we have been setting up things in Linux based operating systems. Now we are going to set up IIS web server in the Windows operating system, which requires that we enable the WinRM feature in Windows services to perform Ansible playbook execution.
We need to make sure that the pywinrm module is installed in the control machine; we can install it by executing the following pip command:
pip install "pywinrm>=0.2.2"