mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds the bigip_imish_config module. (#48779)
This can be used to manage bgp configuration on a BIG-IP.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"kind": "tm:util:bash:runstate",
|
||||
"command": "run",
|
||||
"utilCmdArgs": "-c 'imish -r 0 -e \"show running-config\"'",
|
||||
"commandResult": "!\nno service password-encryption\n!\nline con 0\n login\nline vty 0 39\n login\n!\nend\n\n"
|
||||
}
|
||||
Reference in New Issue
Block a user