MCPcopy Create free account

hub / github.com/CFSworks/ansible-routeros / functions

Functions19 in github.com/CFSworks/ansible-routeros

↓ 4 callersMethodexec_command
(self, command)
library/routeros_utils.py:150
↓ 2 callersFunctionis_api
(module)
library/routeros_utils.py:89
↓ 1 callersMethod_fallback
(self, fallback)
action_plugins/routeros.py:122
↓ 1 callersFunctioncli_to_api
Takes a RouterOS CLI command (like "/system identity set name=foo") and yields the librouteros command dict (like {"cmd": "/system/identity/se
library/routeros_utils.py:95
↓ 1 callersMethodexec_command
(self, cmd)
library/routeros_utils.py:198
↓ 1 callersFunctionget_connection
(module)
library/routeros_utils.py:76
↓ 1 callersFunctionload_params
(module)
library/routeros_utils.py:66
↓ 1 callersMethodload_provider
(self)
action_plugins/routeros.py:110
↓ 1 callersFunctionmain
()
library/routeros_command.py:136
↓ 1 callersFunctionparse_commands
(module, warnings)
library/routeros_command.py:113
↓ 1 callersFunctionrun_commands
(module, commands, check_rc=True)
library/routeros_utils.py:250
↓ 1 callersMethodrun_commands
Run list of commands on remote device and return results
library/routeros_utils.py:155
↓ 1 callersFunctionto_command
(module, commands)
library/routeros_utils.py:232
↓ 1 callersFunctionto_lines
(stdout)
library/routeros_command.py:104
Method__init__
(self, module)
library/routeros_utils.py:147
Method__init__
(self, module)
library/routeros_utils.py:179
Methodon_open_shell
(self)
terminal_plugins/routeros.py:30
Methodrun
(self, tmp=None, task_vars=None)
action_plugins/routeros.py:29
Methodrun_commands
Run list of commands on remote device and return results
library/routeros_utils.py:209