mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds bigip_dns_zone module (#48482)
This module can be used to manage zones on a BIG-IP. The managed zones should **not** be confused with ZoneRunner zones as they are not the same.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"kind": "tm:ltm:dns:zone:zonestate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 812,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/dns/zone/~Common~foo?ver=13.1.0.8",
|
||||
"dnsExpressAllowNotify": [
|
||||
"1.1.1.1"
|
||||
],
|
||||
"dnsExpressEnabled": "yes",
|
||||
"dnsExpressNotifyAction": "consume",
|
||||
"dnsExpressNotifyTsigVerify": "yes",
|
||||
"dnsExpressServer": "/Common/asd",
|
||||
"dnsExpressServerReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
|
||||
},
|
||||
"responsePolicy": "no",
|
||||
"serverTsigKey": "/Common/asd",
|
||||
"serverTsigKeyReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~asd?ver=13.1.0.8"
|
||||
},
|
||||
"transferClients": [
|
||||
"/Common/asd"
|
||||
],
|
||||
"transferClientsReference": [
|
||||
{
|
||||
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user