mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
OpenSwitch Cli & most of Rest
This commit is contained in:
parent
f7570f1dc4
commit
9b4455e33a
2 changed files with 102 additions and 160 deletions
|
@ -239,7 +239,7 @@ class NetCli(object):
|
|||
self._connected = False
|
||||
self.default_output = 'text'
|
||||
|
||||
def connect(self, params, kickstart, **kwargs):
|
||||
def connect(self, params, kickstart=True, **kwargs):
|
||||
host = params['host']
|
||||
port = params.get('port') or 22
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue