Update docs for telnet module (#35257)
This commit is contained in:
parent
0b30c42902
commit
669a86174f
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@ options:
|
|||
- List of prompts expected before sending next command
|
||||
required: False
|
||||
default: ['$']
|
||||
login_prompt:
|
||||
description:
|
||||
- Login or username prompt to expect
|
||||
required: False
|
||||
default: 'login: '
|
||||
password_prompt:
|
||||
description:
|
||||
- Login or username prompt to expect
|
||||
required: False
|
||||
default: 'Password: '
|
||||
pause:
|
||||
description:
|
||||
- Seconds to pause between each command issued
|
||||
|
|
Loading…
Reference in a new issue