community.general/lib/ansible/modules/commands
Peter Sprygada d086d57d11 adds a new feature to the telnet action plugin
This change adds a new argument to the telnet action plugin that will
cause the module to send a newline character before trying to login.
This is convienent when using telnet over a console connection that
needs an initial newline character to start the login process.

This change also will cause the sent command and command response to be
displayed on stdout when running in verbose mode (5 v's).
2018-07-12 10:11:55 -04:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
command.py Add a 'machinectl shell' become_method (#39826) 2018-05-25 10:52:53 -05:00
expect.py Explicit availability of 'null' timeout in expect (#40429) 2018-05-21 12:32:06 -05:00
psexec.py psexec: new module to run commands on a remote Windows host without WinRM (#36723) 2018-04-24 12:15:15 +10:00
raw.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
script.py Added executable parameter to the script module (#36969) 2018-05-25 14:40:48 -05:00
shell.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
telnet.py adds a new feature to the telnet action plugin 2018-07-12 10:11:55 -04:00