Commands modulesΒΆ
- command - Executes a command on a remote node
- expect - Executes a command and responds to prompts.
- psexec - Runs commands on a remote Windows host based on the PsExec model
- raw - Executes a low-down and dirty SSH command
- script - Runs a local script on a remote node after transferring it
- shell - Execute commands in nodes.
- telnet - Executes a low-down and dirty telnet command
Note
- (D): This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.