playbook or play. Ansible will write this to STDOUT when the playbook/play runs. Sudo: If set to yes/true Ansible will the playbook will run as root after ssh login Tasks: Tasks can also be referred to as plays. Every task must contain a key with the name of a module and a value for with arguments to that module. In our example we used the APT module with a name of a package and a state. We also contained the Template module with the name of the template file and src and dest. Modules: Ansible ships with a number of modules. Users can also write their own modules.
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)