Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CFSworks/ansible-routeros
/ functions
Functions
19 in github.com/CFSworks/ansible-routeros
⨍
Functions
19
◇
Types & classes
4
↓ 4 callers
Method
exec_command
(self, command)
library/routeros_utils.py:150
↓ 2 callers
Function
is_api
(module)
library/routeros_utils.py:89
↓ 1 callers
Method
_fallback
(self, fallback)
action_plugins/routeros.py:122
↓ 1 callers
Function
cli_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 callers
Method
exec_command
(self, cmd)
library/routeros_utils.py:198
↓ 1 callers
Function
get_connection
(module)
library/routeros_utils.py:76
↓ 1 callers
Function
load_params
(module)
library/routeros_utils.py:66
↓ 1 callers
Method
load_provider
(self)
action_plugins/routeros.py:110
↓ 1 callers
Function
main
()
library/routeros_command.py:136
↓ 1 callers
Function
parse_commands
(module, warnings)
library/routeros_command.py:113
↓ 1 callers
Function
run_commands
(module, commands, check_rc=True)
library/routeros_utils.py:250
↓ 1 callers
Method
run_commands
Run list of commands on remote device and return results
library/routeros_utils.py:155
↓ 1 callers
Function
to_command
(module, commands)
library/routeros_utils.py:232
↓ 1 callers
Function
to_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
Method
on_open_shell
(self)
terminal_plugins/routeros.py:30
Method
run
(self, tmp=None, task_vars=None)
action_plugins/routeros.py:29
Method
run_commands
Run list of commands on remote device and return results
library/routeros_utils.py:209