mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adds bigip_dns_nameserver module (#48480)
This module can be used to manage DNS nameservers (usually used for DNS express) functionality on a BIG-IP.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"kind": "tm:ltm:dns:nameserver:nameserverstate",
|
||||
"name": "foo",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/foo",
|
||||
"generation": 8076,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~foo?ver=13.1.0.7",
|
||||
"address": "127.0.0.1",
|
||||
"port": 53,
|
||||
"routeDomain": "/Common/0",
|
||||
"routeDomainReference": {
|
||||
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.7"
|
||||
},
|
||||
"tsigKey": "/Common/key1",
|
||||
"tsigKeyReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~key1?ver=13.1.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user