mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds module to manage cookie persistence profiles in BIG-IP (#47786)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"kind": "tm:ltm:persistence:cookie:cookiestate",
|
||||
"name": "cookie",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/cookie",
|
||||
"generation": 1,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/persistence/cookie/~Common~cookie?ver=13.1.0.7",
|
||||
"alwaysSend": "disabled",
|
||||
"appService": "none",
|
||||
"cookieEncryption": "disabled",
|
||||
"cookieName": "none",
|
||||
"defaultsFrom": "none",
|
||||
"description": "none",
|
||||
"encryptCookiePoolname": "disabled",
|
||||
"expiration": "0",
|
||||
"hashLength": 0,
|
||||
"hashOffset": 0,
|
||||
"httponly": "enabled",
|
||||
"matchAcrossPools": "disabled",
|
||||
"matchAcrossServices": "disabled",
|
||||
"matchAcrossVirtuals": "disabled",
|
||||
"method": "insert",
|
||||
"mirror": "disabled",
|
||||
"overrideConnectionLimit": "disabled",
|
||||
"secure": "enabled",
|
||||
"timeout": "180"
|
||||
}
|
||||
Reference in New Issue
Block a user