You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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).
6 years ago
..
__init__.py package files 8 years ago
command.py Add a 'machinectl shell' become_method (#39826) 6 years ago
expect.py Explicit availability of 'null' timeout in expect (#40429) 6 years ago
psexec.py psexec: new module to run commands on a remote Windows host without WinRM (#36723) 7 years ago
raw.py Update metadata to 1.1 7 years ago
script.py Added executable parameter to the script module (#36969) 6 years ago
shell.py Clean up module documentation (#36909) 7 years ago
telnet.py adds a new feature to the telnet action plugin 6 years ago