mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
adds the bigip_cli_script module (#44674)
This module can be used to manage tmsh cli scripts on a BIG-IP
This commit is contained in:
parent
b6b36276a4
commit
24a379f0b7
3 changed files with 588 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"kind": "tm:cli:script:scriptstate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 62,
|
||||
"selfLink": "https://localhost/mgmt/tm/cli/script/~Common~foo?ver=12.1.3",
|
||||
"apiAnonymous": "proc script::run {} {}\n",
|
||||
"ignoreVerification": "false",
|
||||
"scriptChecksum": "2a7a57176f8d6ef585ea3cd0db787718",
|
||||
"totalSigningStatus": "checksum",
|
||||
"verificationStatus": "checksum-verified"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue