From fbb82a0875dacc8200d3f663c3286104d0a1afbf Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Fri, 24 Jul 2020 16:16:03 -0400 Subject: [vyos] Fix sanity issues (#58) [vyos] Fix sanity issues Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/doc_fragments/vyos.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/doc_fragments/vyos.py') 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 -- cgit v1.2.3