mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Initial commit
This commit is contained in:
13
tests/unit/modules/network/f5/fixtures/load_ntp.json
Normal file
13
tests/unit/modules/network/f5/fixtures/load_ntp.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"kind": "tm:sys:ntp:ntpstate",
|
||||
"selfLink": "https://localhost/mgmt/tm/sys/ntp?ver=12.1.0",
|
||||
"servers": [
|
||||
"192.168.1.1",
|
||||
"192.168.1.2"
|
||||
],
|
||||
"timezone": "America/Los_Angeles",
|
||||
"restrictReference": {
|
||||
"link": "https://localhost/mgmt/tm/sys/ntp/restrict?ver=12.1.0",
|
||||
"isSubcollection": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user