diff options
Diffstat (limited to 'plugins/doc_fragments/vyos.py')
-rw-r--r-- | plugins/doc_fragments/vyos.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/doc_fragments/vyos.py b/plugins/doc_fragments/vyos.py index 952c81d..ca40673 100644 --- a/plugins/doc_fragments/vyos.py +++ b/plugins/doc_fragments/vyos.py @@ -26,12 +26,10 @@ class ModuleDocFragment(object): over the specified transport. The value of host is used as the destination address for the transport. type: str - required: true port: description: - Specifies the port to use when building the connection to the remote device. type: int - default: 22 username: description: - Configures the username to use to authenticate the connection to the remote @@ -52,7 +50,6 @@ class ModuleDocFragment(object): for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error. type: int - default: 10 ssh_keyfile: description: - Specifies the SSH key to use to authenticate the connection to the remote |