mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Adds the bigip_gtm_global module (#40430)
This module can be used to manage the global GTM settings on a BIGIP
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"kind": "tm:gtm:global-settings:general:generalstate",
|
||||
"selfLink": "https://localhost/mgmt/tm/gtm/global-settings/general?ver=13.1.0.4",
|
||||
"autoDiscovery": "yes",
|
||||
"autoDiscoveryInterval": 30,
|
||||
"automaticConfigurationSaveTimeout": 15,
|
||||
"cacheLdnsServers": "yes",
|
||||
"domainNameCheck": "allow-underscore",
|
||||
"drainPersistentRequests": "yes",
|
||||
"forwardStatus": "disabled",
|
||||
"gtmSetsRecursion": "no",
|
||||
"heartbeatInterval": 10,
|
||||
"monitorDisabledObjects": "no",
|
||||
"nethsmTimeout": 20,
|
||||
"sendWildcardRrs": "disabled",
|
||||
"staticPersistCidrIpv4": 32,
|
||||
"staticPersistCidrIpv6": 128,
|
||||
"synchronization": "no",
|
||||
"synchronizationGroupName": "default",
|
||||
"synchronizationTimeTolerance": 10,
|
||||
"synchronizationTimeout": 180,
|
||||
"synchronizeZoneFiles": "no",
|
||||
"synchronizeZoneFilesTimeout": 300,
|
||||
"virtualsDependOnServerState": "yes"
|
||||
}
|
||||
Reference in New Issue
Block a user