mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Adds bigip_software_update module (#34410)
This module can be used to adjust the ways by which a bigip communicates back to F5 to check for system updates.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"kind": "tm:sys:software:update:updatestate",
|
||||
"selfLink": "https://localhost/mgmt/tm/sys/software/update?ver=13.0.0",
|
||||
"autoCheck": "enabled",
|
||||
"autoPhonehome": "enabled",
|
||||
"checkStatus": "none",
|
||||
"errors": 0,
|
||||
"frequency": "weekly"
|
||||
}
|
||||
Reference in New Issue
Block a user