.. _ansible.netcommon.telnet_module: ************************ ansible.netcommon.telnet ************************ **Executes a low-down and dirty telnet command** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - Executes a low-down and dirty telnet command, not going through the module subsystem. - This is mostly to be used for enabling ssh on devices that only have telnet enabled by default. Parameters ---------- .. raw:: html
| Key | Returned | Description |
|---|---|---|
|
output
list
|
always |
output of each command is an element in this list
Sample:
['success', 'success', '', 'warning .. something']
|