September 2018
Beginner to intermediate
214 pages
5h 53m
English
Compared to the other command modules, this module is the simplest in command line delivery. It basically sends the command as it is via SSH on remote hosts with no headers or options. It does not support pipelining or handlers, but it works when sending PowerShell commands to a Windows host that is configured to be managed by Ansible.
A simple playbook to use this module might be as follows:
- name: run a simple ...
Read now
Unlock full access