mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Adds DNS profile module for BIGIP (#39270)
This module can be used for managing DNS profiles on a BIGIP
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"kind": "tm:ltm:profile:dns:dnsstate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 1211,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/profile/dns/~Common~foo?ver=13.1.0.4",
|
||||
"appService": "none",
|
||||
"avrDnsstatSampleRate": 0,
|
||||
"cache": "none",
|
||||
"defaultsFrom": "/Common/dns",
|
||||
"defaultsFromReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/profile/dns/~Common~dns?ver=13.1.0.4"
|
||||
},
|
||||
"description": "none",
|
||||
"dnsSecurity": "none",
|
||||
"dns64": "disabled",
|
||||
"dns64AdditionalSectionRewrite": "disabled",
|
||||
"dns64Prefix": "any6",
|
||||
"enableCache": "no",
|
||||
"enableDnsExpress": "no",
|
||||
"enableDnsFirewall": "yes",
|
||||
"enableDnssec": "no",
|
||||
"enableGtm": "no",
|
||||
"enableHardwareQueryValidation": "no",
|
||||
"enableHardwareResponseCache": "no",
|
||||
"enableLogging": "no",
|
||||
"enableRapidResponse": "no",
|
||||
"logProfile": "none",
|
||||
"processRd": "yes",
|
||||
"processXfr": "yes",
|
||||
"rapidResponseLastAction": "drop",
|
||||
"unhandledQueryAction": "allow",
|
||||
"useLocalBind": "no"
|
||||
}
|
||||
Reference in New Issue
Block a user