fauxhai-chef 9.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +2 -0
  3. data/LICENSE +22 -0
  4. data/bin/fauxhai +23 -0
  5. data/fauxhai-chef.gemspec +28 -0
  6. data/lib/fauxhai/exception.rb +6 -0
  7. data/lib/fauxhai/fetcher.rb +80 -0
  8. data/lib/fauxhai/keys/id_dsa +12 -0
  9. data/lib/fauxhai/keys/id_dsa.pub +1 -0
  10. data/lib/fauxhai/keys/id_rsa +27 -0
  11. data/lib/fauxhai/keys/id_rsa.pub +1 -0
  12. data/lib/fauxhai/mocker.rb +143 -0
  13. data/lib/fauxhai/platforms/aix/7.1.json +1889 -0
  14. data/lib/fauxhai/platforms/aix/7.2.json +5289 -0
  15. data/lib/fauxhai/platforms/almalinux/8.json +5754 -0
  16. data/lib/fauxhai/platforms/amazon/2.json +4697 -0
  17. data/lib/fauxhai/platforms/amazon/2018.03.json +3525 -0
  18. data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +1669 -0
  19. data/lib/fauxhai/platforms/centos/6.10.json +2691 -0
  20. data/lib/fauxhai/platforms/centos/7.7.1908.json +3855 -0
  21. data/lib/fauxhai/platforms/centos/7.8.2003.json +3803 -0
  22. data/lib/fauxhai/platforms/centos/8.json +4715 -0
  23. data/lib/fauxhai/platforms/chefspec/0.6.1.json +20 -0
  24. data/lib/fauxhai/platforms/clearos/7.4.json +6130 -0
  25. data/lib/fauxhai/platforms/debian/10.json +2928 -0
  26. data/lib/fauxhai/platforms/debian/11.json +2744 -0
  27. data/lib/fauxhai/platforms/debian/9.11.json +2943 -0
  28. data/lib/fauxhai/platforms/debian/9.12.json +2942 -0
  29. data/lib/fauxhai/platforms/debian/9.13.json +2959 -0
  30. data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +392 -0
  31. data/lib/fauxhai/platforms/fedora/31.json +3994 -0
  32. data/lib/fauxhai/platforms/fedora/32.json +3554 -0
  33. data/lib/fauxhai/platforms/freebsd/11.2.json +427 -0
  34. data/lib/fauxhai/platforms/freebsd/12.1.json +913 -0
  35. data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +989 -0
  36. data/lib/fauxhai/platforms/linuxmint/19.0.json +9649 -0
  37. data/lib/fauxhai/platforms/mac_os_x/10.14.json +1350 -0
  38. data/lib/fauxhai/platforms/mac_os_x/10.15.json +1510 -0
  39. data/lib/fauxhai/platforms/mac_os_x/11.0.json +2821 -0
  40. data/lib/fauxhai/platforms/mac_os_x/11.json +3356 -0
  41. data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
  42. data/lib/fauxhai/platforms/openbsd/6.2.json +295 -0
  43. data/lib/fauxhai/platforms/opensuse/15.2.json +5967 -0
  44. data/lib/fauxhai/platforms/oracle/6.10.json +4349 -0
  45. data/lib/fauxhai/platforms/oracle/7.5.json +6576 -0
  46. data/lib/fauxhai/platforms/oracle/7.6.json +6591 -0
  47. data/lib/fauxhai/platforms/raspbian/10.json +3664 -0
  48. data/lib/fauxhai/platforms/redhat/6.10.json +5822 -0
  49. data/lib/fauxhai/platforms/redhat/7.7.json +3969 -0
  50. data/lib/fauxhai/platforms/redhat/7.8.json +3958 -0
  51. data/lib/fauxhai/platforms/redhat/7.9.json +3959 -0
  52. data/lib/fauxhai/platforms/redhat/8.json +4547 -0
  53. data/lib/fauxhai/platforms/rocky/8.json +5768 -0
  54. data/lib/fauxhai/platforms/smartos/5.11.json +1680 -0
  55. data/lib/fauxhai/platforms/solaris2/5.11.json +10290 -0
  56. data/lib/fauxhai/platforms/suse/12.4.json +5875 -0
  57. data/lib/fauxhai/platforms/suse/12.5.json +5012 -0
  58. data/lib/fauxhai/platforms/suse/15.json +6096 -0
  59. data/lib/fauxhai/platforms/ubuntu/16.04.json +3885 -0
  60. data/lib/fauxhai/platforms/ubuntu/18.04.json +4042 -0
  61. data/lib/fauxhai/platforms/ubuntu/20.04.json +4613 -0
  62. data/lib/fauxhai/platforms/windows/10.json +431 -0
  63. data/lib/fauxhai/platforms/windows/2012.json +404 -0
  64. data/lib/fauxhai/platforms/windows/2012R2.json +406 -0
  65. data/lib/fauxhai/platforms/windows/2016.json +408 -0
  66. data/lib/fauxhai/platforms/windows/2019.json +408 -0
  67. data/lib/fauxhai/platforms/windows/8.1.json +416 -0
  68. data/lib/fauxhai/runner/default.rb +284 -0
  69. data/lib/fauxhai/runner/windows.rb +101 -0
  70. data/lib/fauxhai/runner.rb +45 -0
  71. data/lib/fauxhai/version.rb +3 -0
  72. data/lib/fauxhai.rb +18 -0
  73. metadata +202 -0
@@ -0,0 +1,2928 @@
1
+ {
2
+ "block_device": {
3
+ "xvda": {
4
+ "logical_block_size": "512",
5
+ "physical_block_size": "512",
6
+ "removable": "0",
7
+ "rotational": "0",
8
+ "size": "16777216",
9
+ "state": "Connected"
10
+ }
11
+ },
12
+ "chef_packages": {
13
+ "chef": {
14
+ "chef_effortless": null,
15
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.7.29/lib",
16
+ "version": "17.7.29"
17
+ },
18
+ "ohai": {
19
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/ohai-17.7.8/lib/ohai",
20
+ "version": "17.7.8"
21
+ }
22
+ },
23
+ "command": {
24
+ "ps": "ps -ef"
25
+ },
26
+ "counters": {
27
+ "network": {
28
+ "interfaces": {
29
+ "eth0": {
30
+ "rx": {
31
+ "bytes": 0,
32
+ "compressed": 0,
33
+ "drop": 0,
34
+ "errors": 0,
35
+ "frame": 0,
36
+ "multicast": 0,
37
+ "overrun": 0,
38
+ "packets": 0
39
+ },
40
+ "tx": {
41
+ "bytes": 0,
42
+ "carrier": 0,
43
+ "collisions": 0,
44
+ "compressed": 0,
45
+ "drop": 0,
46
+ "errors": 0,
47
+ "overrun": 0,
48
+ "packets": 0
49
+ }
50
+ },
51
+ "lo": {
52
+ "rx": {
53
+ "bytes": 0,
54
+ "drop": 0,
55
+ "errors": 0,
56
+ "overrun": 0,
57
+ "packets": 0
58
+ },
59
+ "tx": {
60
+ "bytes": 0,
61
+ "carrier": 0,
62
+ "collisions": 0,
63
+ "drop": 0,
64
+ "errors": 0,
65
+ "packets": 0,
66
+ "queuelen": "1"
67
+ }
68
+ }
69
+ }
70
+ }
71
+ },
72
+ "cpu": {
73
+ "cores": 1,
74
+ "real": 1,
75
+ "total": 1
76
+ },
77
+ "current_user": "fauxhai",
78
+ "dmi": {
79
+ },
80
+ "domain": "local",
81
+ "filesystem": {
82
+ "by_device": {
83
+ "/dev/xvda": {
84
+ "mounts": [
85
+ ]
86
+ },
87
+ "/dev/xvda1": {
88
+ "fs_type": "ext4",
89
+ "inodes_available": "474183",
90
+ "inodes_percent_used": "9%",
91
+ "inodes_used": "41913",
92
+ "kb_available": "6788768",
93
+ "kb_size": "8026128",
94
+ "kb_used": "808104",
95
+ "mount_options": [
96
+ "rw",
97
+ "relatime",
98
+ "discard",
99
+ "errors=remount-ro"
100
+ ],
101
+ "mounts": [
102
+ "/"
103
+ ],
104
+ "percent_used": "11%",
105
+ "total_inodes": "516096",
106
+ "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e"
107
+ },
108
+ "/dev/xvda14": {
109
+ "mounts": [
110
+ ]
111
+ },
112
+ "/dev/xvda15": {
113
+ "fs_type": "vfat",
114
+ "kb_available": "126400",
115
+ "kb_size": "126678",
116
+ "kb_used": "278",
117
+ "mount_options": [
118
+ "rw",
119
+ "relatime",
120
+ "fmask=0022",
121
+ "dmask=0022",
122
+ "codepage=437",
123
+ "iocharset=ascii",
124
+ "shortname=mixed",
125
+ "utf8",
126
+ "errors=remount-ro"
127
+ ],
128
+ "mounts": [
129
+ "/boot/efi"
130
+ ],
131
+ "percent_used": "1%",
132
+ "uuid": "BDA3-F1A2"
133
+ },
134
+ "cgroup": {
135
+ "fs_type": "cgroup",
136
+ "mount_options": [
137
+ "rw",
138
+ "nosuid",
139
+ "nodev",
140
+ "noexec",
141
+ "relatime",
142
+ "rdma"
143
+ ],
144
+ "mounts": [
145
+ "/sys/fs/cgroup/systemd",
146
+ "/sys/fs/cgroup/devices",
147
+ "/sys/fs/cgroup/freezer",
148
+ "/sys/fs/cgroup/perf_event",
149
+ "/sys/fs/cgroup/pids",
150
+ "/sys/fs/cgroup/cpu,cpuacct",
151
+ "/sys/fs/cgroup/net_cls,net_prio",
152
+ "/sys/fs/cgroup/blkio",
153
+ "/sys/fs/cgroup/memory",
154
+ "/sys/fs/cgroup/cpuset",
155
+ "/sys/fs/cgroup/hugetlb",
156
+ "/sys/fs/cgroup/rdma"
157
+ ]
158
+ },
159
+ "cgroup2": {
160
+ "fs_type": "cgroup2",
161
+ "mount_options": [
162
+ "rw",
163
+ "nosuid",
164
+ "nodev",
165
+ "noexec",
166
+ "relatime",
167
+ "nsdelegate"
168
+ ],
169
+ "mounts": [
170
+ "/sys/fs/cgroup/unified"
171
+ ]
172
+ },
173
+ "debugfs": {
174
+ "fs_type": "debugfs",
175
+ "mount_options": [
176
+ "rw",
177
+ "relatime"
178
+ ],
179
+ "mounts": [
180
+ "/sys/kernel/debug"
181
+ ]
182
+ },
183
+ "devpts": {
184
+ "fs_type": "devpts",
185
+ "mount_options": [
186
+ "rw",
187
+ "nosuid",
188
+ "noexec",
189
+ "relatime",
190
+ "gid=5",
191
+ "mode=620",
192
+ "ptmxmode=000"
193
+ ],
194
+ "mounts": [
195
+ "/dev/pts"
196
+ ]
197
+ },
198
+ "hugetlbfs": {
199
+ "fs_type": "hugetlbfs",
200
+ "mount_options": [
201
+ "rw",
202
+ "relatime",
203
+ "pagesize=2M"
204
+ ],
205
+ "mounts": [
206
+ "/dev/hugepages"
207
+ ]
208
+ },
209
+ "mqueue": {
210
+ "fs_type": "mqueue",
211
+ "mount_options": [
212
+ "rw",
213
+ "relatime"
214
+ ],
215
+ "mounts": [
216
+ "/dev/mqueue"
217
+ ]
218
+ },
219
+ "none": {
220
+ "fs_type": "bpf",
221
+ "mount_options": [
222
+ "rw",
223
+ "nosuid",
224
+ "nodev",
225
+ "noexec",
226
+ "relatime",
227
+ "mode=700"
228
+ ],
229
+ "mounts": [
230
+ "/sys/fs/bpf"
231
+ ]
232
+ },
233
+ "proc": {
234
+ "fs_type": "proc",
235
+ "mount_options": [
236
+ "rw",
237
+ "nosuid",
238
+ "nodev",
239
+ "noexec",
240
+ "relatime"
241
+ ],
242
+ "mounts": [
243
+ "/proc"
244
+ ]
245
+ },
246
+ "pstore": {
247
+ "fs_type": "pstore",
248
+ "mount_options": [
249
+ "rw",
250
+ "nosuid",
251
+ "nodev",
252
+ "noexec",
253
+ "relatime"
254
+ ],
255
+ "mounts": [
256
+ "/sys/fs/pstore"
257
+ ]
258
+ },
259
+ "securityfs": {
260
+ "fs_type": "securityfs",
261
+ "mount_options": [
262
+ "rw",
263
+ "nosuid",
264
+ "nodev",
265
+ "noexec",
266
+ "relatime"
267
+ ],
268
+ "mounts": [
269
+ "/sys/kernel/security"
270
+ ]
271
+ },
272
+ "sysfs": {
273
+ "fs_type": "sysfs",
274
+ "mount_options": [
275
+ "rw",
276
+ "nosuid",
277
+ "nodev",
278
+ "noexec",
279
+ "relatime"
280
+ ],
281
+ "mounts": [
282
+ "/sys"
283
+ ]
284
+ },
285
+ "systemd-1": {
286
+ "fs_type": "autofs",
287
+ "mount_options": [
288
+ "rw",
289
+ "relatime",
290
+ "fd=42",
291
+ "pgrp=1",
292
+ "timeout=0",
293
+ "minproto=5",
294
+ "maxproto=5",
295
+ "direct",
296
+ "pipe_ino=9957"
297
+ ],
298
+ "mounts": [
299
+ "/proc/sys/fs/binfmt_misc"
300
+ ]
301
+ },
302
+ "tmpfs": {
303
+ "fs_type": "tmpfs",
304
+ "inodes_available": "124395",
305
+ "inodes_percent_used": "1%",
306
+ "inodes_used": "4",
307
+ "kb_available": "99516",
308
+ "kb_size": "99516",
309
+ "kb_used": "0",
310
+ "mount_options": [
311
+ "rw",
312
+ "nosuid",
313
+ "nodev",
314
+ "relatime",
315
+ "size=99516k",
316
+ "mode=700",
317
+ "uid=1000",
318
+ "gid=1000"
319
+ ],
320
+ "mounts": [
321
+ "/run",
322
+ "/dev/shm",
323
+ "/run/lock",
324
+ "/sys/fs/cgroup",
325
+ "/run/user/1000"
326
+ ],
327
+ "percent_used": "0%",
328
+ "total_inodes": "124399"
329
+ },
330
+ "udev": {
331
+ "fs_type": "devtmpfs",
332
+ "inodes_available": "122323",
333
+ "inodes_percent_used": "1%",
334
+ "inodes_used": "266",
335
+ "kb_available": "490356",
336
+ "kb_size": "490356",
337
+ "kb_used": "0",
338
+ "mount_options": [
339
+ "rw",
340
+ "nosuid",
341
+ "relatime",
342
+ "size=490356k",
343
+ "nr_inodes=122589",
344
+ "mode=755"
345
+ ],
346
+ "mounts": [
347
+ "/dev"
348
+ ],
349
+ "percent_used": "0%",
350
+ "total_inodes": "122589"
351
+ }
352
+ },
353
+ "by_mountpoint": {
354
+ "/": {
355
+ "devices": [
356
+ "/dev/xvda1"
357
+ ],
358
+ "fs_type": "ext4",
359
+ "inodes_available": "474183",
360
+ "inodes_percent_used": "9%",
361
+ "inodes_used": "41913",
362
+ "kb_available": "6788768",
363
+ "kb_size": "8026128",
364
+ "kb_used": "808104",
365
+ "mount_options": [
366
+ "rw",
367
+ "relatime",
368
+ "discard",
369
+ "errors=remount-ro"
370
+ ],
371
+ "percent_used": "11%",
372
+ "total_inodes": "516096",
373
+ "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e"
374
+ },
375
+ "/boot/efi": {
376
+ "devices": [
377
+ "/dev/xvda15"
378
+ ],
379
+ "fs_type": "vfat",
380
+ "kb_available": "126400",
381
+ "kb_size": "126678",
382
+ "kb_used": "278",
383
+ "mount_options": [
384
+ "rw",
385
+ "relatime",
386
+ "fmask=0022",
387
+ "dmask=0022",
388
+ "codepage=437",
389
+ "iocharset=ascii",
390
+ "shortname=mixed",
391
+ "utf8",
392
+ "errors=remount-ro"
393
+ ],
394
+ "percent_used": "1%",
395
+ "uuid": "BDA3-F1A2"
396
+ },
397
+ "/dev": {
398
+ "devices": [
399
+ "udev"
400
+ ],
401
+ "fs_type": "devtmpfs",
402
+ "inodes_available": "122323",
403
+ "inodes_percent_used": "1%",
404
+ "inodes_used": "266",
405
+ "kb_available": "490356",
406
+ "kb_size": "490356",
407
+ "kb_used": "0",
408
+ "mount_options": [
409
+ "rw",
410
+ "nosuid",
411
+ "relatime",
412
+ "size=490356k",
413
+ "nr_inodes=122589",
414
+ "mode=755"
415
+ ],
416
+ "percent_used": "0%",
417
+ "total_inodes": "122589"
418
+ },
419
+ "/dev/hugepages": {
420
+ "devices": [
421
+ "hugetlbfs"
422
+ ],
423
+ "fs_type": "hugetlbfs",
424
+ "mount_options": [
425
+ "rw",
426
+ "relatime",
427
+ "pagesize=2M"
428
+ ]
429
+ },
430
+ "/dev/mqueue": {
431
+ "devices": [
432
+ "mqueue"
433
+ ],
434
+ "fs_type": "mqueue",
435
+ "mount_options": [
436
+ "rw",
437
+ "relatime"
438
+ ]
439
+ },
440
+ "/dev/pts": {
441
+ "devices": [
442
+ "devpts"
443
+ ],
444
+ "fs_type": "devpts",
445
+ "mount_options": [
446
+ "rw",
447
+ "nosuid",
448
+ "noexec",
449
+ "relatime",
450
+ "gid=5",
451
+ "mode=620",
452
+ "ptmxmode=000"
453
+ ]
454
+ },
455
+ "/dev/shm": {
456
+ "devices": [
457
+ "tmpfs"
458
+ ],
459
+ "fs_type": "tmpfs",
460
+ "inodes_available": "124398",
461
+ "inodes_percent_used": "1%",
462
+ "inodes_used": "1",
463
+ "kb_available": "497596",
464
+ "kb_size": "497596",
465
+ "kb_used": "0",
466
+ "mount_options": [
467
+ "rw",
468
+ "nosuid",
469
+ "nodev"
470
+ ],
471
+ "percent_used": "0%",
472
+ "total_inodes": "124399"
473
+ },
474
+ "/proc": {
475
+ "devices": [
476
+ "proc"
477
+ ],
478
+ "fs_type": "proc",
479
+ "mount_options": [
480
+ "rw",
481
+ "nosuid",
482
+ "nodev",
483
+ "noexec",
484
+ "relatime"
485
+ ]
486
+ },
487
+ "/proc/sys/fs/binfmt_misc": {
488
+ "devices": [
489
+ "systemd-1"
490
+ ],
491
+ "fs_type": "autofs",
492
+ "mount_options": [
493
+ "rw",
494
+ "relatime",
495
+ "fd=42",
496
+ "pgrp=1",
497
+ "timeout=0",
498
+ "minproto=5",
499
+ "maxproto=5",
500
+ "direct",
501
+ "pipe_ino=9957"
502
+ ]
503
+ },
504
+ "/run": {
505
+ "devices": [
506
+ "tmpfs"
507
+ ],
508
+ "fs_type": "tmpfs",
509
+ "inodes_available": "124044",
510
+ "inodes_percent_used": "1%",
511
+ "inodes_used": "355",
512
+ "kb_available": "96676",
513
+ "kb_size": "99520",
514
+ "kb_used": "2844",
515
+ "mount_options": [
516
+ "rw",
517
+ "nosuid",
518
+ "noexec",
519
+ "relatime",
520
+ "size=99520k",
521
+ "mode=755"
522
+ ],
523
+ "percent_used": "3%",
524
+ "total_inodes": "124399"
525
+ },
526
+ "/run/lock": {
527
+ "devices": [
528
+ "tmpfs"
529
+ ],
530
+ "fs_type": "tmpfs",
531
+ "inodes_available": "124397",
532
+ "inodes_percent_used": "1%",
533
+ "inodes_used": "2",
534
+ "kb_available": "5120",
535
+ "kb_size": "5120",
536
+ "kb_used": "0",
537
+ "mount_options": [
538
+ "rw",
539
+ "nosuid",
540
+ "nodev",
541
+ "noexec",
542
+ "relatime",
543
+ "size=5120k"
544
+ ],
545
+ "percent_used": "0%",
546
+ "total_inodes": "124399"
547
+ },
548
+ "/run/user/1000": {
549
+ "devices": [
550
+ "tmpfs"
551
+ ],
552
+ "fs_type": "tmpfs",
553
+ "inodes_available": "124395",
554
+ "inodes_percent_used": "1%",
555
+ "inodes_used": "4",
556
+ "kb_available": "99516",
557
+ "kb_size": "99516",
558
+ "kb_used": "0",
559
+ "mount_options": [
560
+ "rw",
561
+ "nosuid",
562
+ "nodev",
563
+ "relatime",
564
+ "size=99516k",
565
+ "mode=700",
566
+ "uid=1000",
567
+ "gid=1000"
568
+ ],
569
+ "percent_used": "0%",
570
+ "total_inodes": "124399"
571
+ },
572
+ "/sys": {
573
+ "devices": [
574
+ "sysfs"
575
+ ],
576
+ "fs_type": "sysfs",
577
+ "mount_options": [
578
+ "rw",
579
+ "nosuid",
580
+ "nodev",
581
+ "noexec",
582
+ "relatime"
583
+ ]
584
+ },
585
+ "/sys/fs/bpf": {
586
+ "devices": [
587
+ "none"
588
+ ],
589
+ "fs_type": "bpf",
590
+ "mount_options": [
591
+ "rw",
592
+ "nosuid",
593
+ "nodev",
594
+ "noexec",
595
+ "relatime",
596
+ "mode=700"
597
+ ]
598
+ },
599
+ "/sys/fs/cgroup": {
600
+ "devices": [
601
+ "tmpfs"
602
+ ],
603
+ "fs_type": "tmpfs",
604
+ "inodes_available": "124381",
605
+ "inodes_percent_used": "1%",
606
+ "inodes_used": "18",
607
+ "kb_available": "497596",
608
+ "kb_size": "497596",
609
+ "kb_used": "0",
610
+ "mount_options": [
611
+ "ro",
612
+ "nosuid",
613
+ "nodev",
614
+ "noexec",
615
+ "mode=755"
616
+ ],
617
+ "percent_used": "0%",
618
+ "total_inodes": "124399"
619
+ },
620
+ "/sys/fs/cgroup/blkio": {
621
+ "devices": [
622
+ "cgroup"
623
+ ],
624
+ "fs_type": "cgroup",
625
+ "mount_options": [
626
+ "rw",
627
+ "nosuid",
628
+ "nodev",
629
+ "noexec",
630
+ "relatime",
631
+ "blkio"
632
+ ]
633
+ },
634
+ "/sys/fs/cgroup/cpu,cpuacct": {
635
+ "devices": [
636
+ "cgroup"
637
+ ],
638
+ "fs_type": "cgroup",
639
+ "mount_options": [
640
+ "rw",
641
+ "nosuid",
642
+ "nodev",
643
+ "noexec",
644
+ "relatime",
645
+ "cpu",
646
+ "cpuacct"
647
+ ]
648
+ },
649
+ "/sys/fs/cgroup/cpuset": {
650
+ "devices": [
651
+ "cgroup"
652
+ ],
653
+ "fs_type": "cgroup",
654
+ "mount_options": [
655
+ "rw",
656
+ "nosuid",
657
+ "nodev",
658
+ "noexec",
659
+ "relatime",
660
+ "cpuset"
661
+ ]
662
+ },
663
+ "/sys/fs/cgroup/devices": {
664
+ "devices": [
665
+ "cgroup"
666
+ ],
667
+ "fs_type": "cgroup",
668
+ "mount_options": [
669
+ "rw",
670
+ "nosuid",
671
+ "nodev",
672
+ "noexec",
673
+ "relatime",
674
+ "devices"
675
+ ]
676
+ },
677
+ "/sys/fs/cgroup/freezer": {
678
+ "devices": [
679
+ "cgroup"
680
+ ],
681
+ "fs_type": "cgroup",
682
+ "mount_options": [
683
+ "rw",
684
+ "nosuid",
685
+ "nodev",
686
+ "noexec",
687
+ "relatime",
688
+ "freezer"
689
+ ]
690
+ },
691
+ "/sys/fs/cgroup/hugetlb": {
692
+ "devices": [
693
+ "cgroup"
694
+ ],
695
+ "fs_type": "cgroup",
696
+ "mount_options": [
697
+ "rw",
698
+ "nosuid",
699
+ "nodev",
700
+ "noexec",
701
+ "relatime",
702
+ "hugetlb"
703
+ ]
704
+ },
705
+ "/sys/fs/cgroup/memory": {
706
+ "devices": [
707
+ "cgroup"
708
+ ],
709
+ "fs_type": "cgroup",
710
+ "mount_options": [
711
+ "rw",
712
+ "nosuid",
713
+ "nodev",
714
+ "noexec",
715
+ "relatime",
716
+ "memory"
717
+ ]
718
+ },
719
+ "/sys/fs/cgroup/net_cls,net_prio": {
720
+ "devices": [
721
+ "cgroup"
722
+ ],
723
+ "fs_type": "cgroup",
724
+ "mount_options": [
725
+ "rw",
726
+ "nosuid",
727
+ "nodev",
728
+ "noexec",
729
+ "relatime",
730
+ "net_cls",
731
+ "net_prio"
732
+ ]
733
+ },
734
+ "/sys/fs/cgroup/perf_event": {
735
+ "devices": [
736
+ "cgroup"
737
+ ],
738
+ "fs_type": "cgroup",
739
+ "mount_options": [
740
+ "rw",
741
+ "nosuid",
742
+ "nodev",
743
+ "noexec",
744
+ "relatime",
745
+ "perf_event"
746
+ ]
747
+ },
748
+ "/sys/fs/cgroup/pids": {
749
+ "devices": [
750
+ "cgroup"
751
+ ],
752
+ "fs_type": "cgroup",
753
+ "mount_options": [
754
+ "rw",
755
+ "nosuid",
756
+ "nodev",
757
+ "noexec",
758
+ "relatime",
759
+ "pids"
760
+ ]
761
+ },
762
+ "/sys/fs/cgroup/rdma": {
763
+ "devices": [
764
+ "cgroup"
765
+ ],
766
+ "fs_type": "cgroup",
767
+ "mount_options": [
768
+ "rw",
769
+ "nosuid",
770
+ "nodev",
771
+ "noexec",
772
+ "relatime",
773
+ "rdma"
774
+ ]
775
+ },
776
+ "/sys/fs/cgroup/systemd": {
777
+ "devices": [
778
+ "cgroup"
779
+ ],
780
+ "fs_type": "cgroup",
781
+ "mount_options": [
782
+ "rw",
783
+ "nosuid",
784
+ "nodev",
785
+ "noexec",
786
+ "relatime",
787
+ "xattr",
788
+ "name=systemd"
789
+ ]
790
+ },
791
+ "/sys/fs/cgroup/unified": {
792
+ "devices": [
793
+ "cgroup2"
794
+ ],
795
+ "fs_type": "cgroup2",
796
+ "mount_options": [
797
+ "rw",
798
+ "nosuid",
799
+ "nodev",
800
+ "noexec",
801
+ "relatime",
802
+ "nsdelegate"
803
+ ]
804
+ },
805
+ "/sys/fs/pstore": {
806
+ "devices": [
807
+ "pstore"
808
+ ],
809
+ "fs_type": "pstore",
810
+ "mount_options": [
811
+ "rw",
812
+ "nosuid",
813
+ "nodev",
814
+ "noexec",
815
+ "relatime"
816
+ ]
817
+ },
818
+ "/sys/kernel/debug": {
819
+ "devices": [
820
+ "debugfs"
821
+ ],
822
+ "fs_type": "debugfs",
823
+ "mount_options": [
824
+ "rw",
825
+ "relatime"
826
+ ]
827
+ },
828
+ "/sys/kernel/security": {
829
+ "devices": [
830
+ "securityfs"
831
+ ],
832
+ "fs_type": "securityfs",
833
+ "mount_options": [
834
+ "rw",
835
+ "nosuid",
836
+ "nodev",
837
+ "noexec",
838
+ "relatime"
839
+ ]
840
+ }
841
+ },
842
+ "by_pair": {
843
+ "/dev/xvda,": {
844
+ "device": "/dev/xvda"
845
+ },
846
+ "/dev/xvda1,/": {
847
+ "device": "/dev/xvda1",
848
+ "fs_type": "ext4",
849
+ "inodes_available": "474183",
850
+ "inodes_percent_used": "9%",
851
+ "inodes_used": "41913",
852
+ "kb_available": "6788768",
853
+ "kb_size": "8026128",
854
+ "kb_used": "808104",
855
+ "mount": "/",
856
+ "mount_options": [
857
+ "rw",
858
+ "relatime",
859
+ "discard",
860
+ "errors=remount-ro"
861
+ ],
862
+ "percent_used": "11%",
863
+ "total_inodes": "516096",
864
+ "uuid": "37f86617-c2af-47a2-be18-99aec09ee43e"
865
+ },
866
+ "/dev/xvda14,": {
867
+ "device": "/dev/xvda14"
868
+ },
869
+ "/dev/xvda15,/boot/efi": {
870
+ "device": "/dev/xvda15",
871
+ "fs_type": "vfat",
872
+ "kb_available": "126400",
873
+ "kb_size": "126678",
874
+ "kb_used": "278",
875
+ "mount": "/boot/efi",
876
+ "mount_options": [
877
+ "rw",
878
+ "relatime",
879
+ "fmask=0022",
880
+ "dmask=0022",
881
+ "codepage=437",
882
+ "iocharset=ascii",
883
+ "shortname=mixed",
884
+ "utf8",
885
+ "errors=remount-ro"
886
+ ],
887
+ "percent_used": "1%",
888
+ "uuid": "BDA3-F1A2"
889
+ },
890
+ "cgroup,/sys/fs/cgroup/blkio": {
891
+ "device": "cgroup",
892
+ "fs_type": "cgroup",
893
+ "mount": "/sys/fs/cgroup/blkio",
894
+ "mount_options": [
895
+ "rw",
896
+ "nosuid",
897
+ "nodev",
898
+ "noexec",
899
+ "relatime",
900
+ "blkio"
901
+ ]
902
+ },
903
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
904
+ "device": "cgroup",
905
+ "fs_type": "cgroup",
906
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
907
+ "mount_options": [
908
+ "rw",
909
+ "nosuid",
910
+ "nodev",
911
+ "noexec",
912
+ "relatime",
913
+ "cpu",
914
+ "cpuacct"
915
+ ]
916
+ },
917
+ "cgroup,/sys/fs/cgroup/cpuset": {
918
+ "device": "cgroup",
919
+ "fs_type": "cgroup",
920
+ "mount": "/sys/fs/cgroup/cpuset",
921
+ "mount_options": [
922
+ "rw",
923
+ "nosuid",
924
+ "nodev",
925
+ "noexec",
926
+ "relatime",
927
+ "cpuset"
928
+ ]
929
+ },
930
+ "cgroup,/sys/fs/cgroup/devices": {
931
+ "device": "cgroup",
932
+ "fs_type": "cgroup",
933
+ "mount": "/sys/fs/cgroup/devices",
934
+ "mount_options": [
935
+ "rw",
936
+ "nosuid",
937
+ "nodev",
938
+ "noexec",
939
+ "relatime",
940
+ "devices"
941
+ ]
942
+ },
943
+ "cgroup,/sys/fs/cgroup/freezer": {
944
+ "device": "cgroup",
945
+ "fs_type": "cgroup",
946
+ "mount": "/sys/fs/cgroup/freezer",
947
+ "mount_options": [
948
+ "rw",
949
+ "nosuid",
950
+ "nodev",
951
+ "noexec",
952
+ "relatime",
953
+ "freezer"
954
+ ]
955
+ },
956
+ "cgroup,/sys/fs/cgroup/hugetlb": {
957
+ "device": "cgroup",
958
+ "fs_type": "cgroup",
959
+ "mount": "/sys/fs/cgroup/hugetlb",
960
+ "mount_options": [
961
+ "rw",
962
+ "nosuid",
963
+ "nodev",
964
+ "noexec",
965
+ "relatime",
966
+ "hugetlb"
967
+ ]
968
+ },
969
+ "cgroup,/sys/fs/cgroup/memory": {
970
+ "device": "cgroup",
971
+ "fs_type": "cgroup",
972
+ "mount": "/sys/fs/cgroup/memory",
973
+ "mount_options": [
974
+ "rw",
975
+ "nosuid",
976
+ "nodev",
977
+ "noexec",
978
+ "relatime",
979
+ "memory"
980
+ ]
981
+ },
982
+ "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
983
+ "device": "cgroup",
984
+ "fs_type": "cgroup",
985
+ "mount": "/sys/fs/cgroup/net_cls,net_prio",
986
+ "mount_options": [
987
+ "rw",
988
+ "nosuid",
989
+ "nodev",
990
+ "noexec",
991
+ "relatime",
992
+ "net_cls",
993
+ "net_prio"
994
+ ]
995
+ },
996
+ "cgroup,/sys/fs/cgroup/perf_event": {
997
+ "device": "cgroup",
998
+ "fs_type": "cgroup",
999
+ "mount": "/sys/fs/cgroup/perf_event",
1000
+ "mount_options": [
1001
+ "rw",
1002
+ "nosuid",
1003
+ "nodev",
1004
+ "noexec",
1005
+ "relatime",
1006
+ "perf_event"
1007
+ ]
1008
+ },
1009
+ "cgroup,/sys/fs/cgroup/pids": {
1010
+ "device": "cgroup",
1011
+ "fs_type": "cgroup",
1012
+ "mount": "/sys/fs/cgroup/pids",
1013
+ "mount_options": [
1014
+ "rw",
1015
+ "nosuid",
1016
+ "nodev",
1017
+ "noexec",
1018
+ "relatime",
1019
+ "pids"
1020
+ ]
1021
+ },
1022
+ "cgroup,/sys/fs/cgroup/rdma": {
1023
+ "device": "cgroup",
1024
+ "fs_type": "cgroup",
1025
+ "mount": "/sys/fs/cgroup/rdma",
1026
+ "mount_options": [
1027
+ "rw",
1028
+ "nosuid",
1029
+ "nodev",
1030
+ "noexec",
1031
+ "relatime",
1032
+ "rdma"
1033
+ ]
1034
+ },
1035
+ "cgroup,/sys/fs/cgroup/systemd": {
1036
+ "device": "cgroup",
1037
+ "fs_type": "cgroup",
1038
+ "mount": "/sys/fs/cgroup/systemd",
1039
+ "mount_options": [
1040
+ "rw",
1041
+ "nosuid",
1042
+ "nodev",
1043
+ "noexec",
1044
+ "relatime",
1045
+ "xattr",
1046
+ "name=systemd"
1047
+ ]
1048
+ },
1049
+ "cgroup2,/sys/fs/cgroup/unified": {
1050
+ "device": "cgroup2",
1051
+ "fs_type": "cgroup2",
1052
+ "mount": "/sys/fs/cgroup/unified",
1053
+ "mount_options": [
1054
+ "rw",
1055
+ "nosuid",
1056
+ "nodev",
1057
+ "noexec",
1058
+ "relatime",
1059
+ "nsdelegate"
1060
+ ]
1061
+ },
1062
+ "debugfs,/sys/kernel/debug": {
1063
+ "device": "debugfs",
1064
+ "fs_type": "debugfs",
1065
+ "mount": "/sys/kernel/debug",
1066
+ "mount_options": [
1067
+ "rw",
1068
+ "relatime"
1069
+ ]
1070
+ },
1071
+ "devpts,/dev/pts": {
1072
+ "device": "devpts",
1073
+ "fs_type": "devpts",
1074
+ "mount": "/dev/pts",
1075
+ "mount_options": [
1076
+ "rw",
1077
+ "nosuid",
1078
+ "noexec",
1079
+ "relatime",
1080
+ "gid=5",
1081
+ "mode=620",
1082
+ "ptmxmode=000"
1083
+ ]
1084
+ },
1085
+ "hugetlbfs,/dev/hugepages": {
1086
+ "device": "hugetlbfs",
1087
+ "fs_type": "hugetlbfs",
1088
+ "mount": "/dev/hugepages",
1089
+ "mount_options": [
1090
+ "rw",
1091
+ "relatime",
1092
+ "pagesize=2M"
1093
+ ]
1094
+ },
1095
+ "mqueue,/dev/mqueue": {
1096
+ "device": "mqueue",
1097
+ "fs_type": "mqueue",
1098
+ "mount": "/dev/mqueue",
1099
+ "mount_options": [
1100
+ "rw",
1101
+ "relatime"
1102
+ ]
1103
+ },
1104
+ "none,/sys/fs/bpf": {
1105
+ "device": "none",
1106
+ "fs_type": "bpf",
1107
+ "mount": "/sys/fs/bpf",
1108
+ "mount_options": [
1109
+ "rw",
1110
+ "nosuid",
1111
+ "nodev",
1112
+ "noexec",
1113
+ "relatime",
1114
+ "mode=700"
1115
+ ]
1116
+ },
1117
+ "proc,/proc": {
1118
+ "device": "proc",
1119
+ "fs_type": "proc",
1120
+ "mount": "/proc",
1121
+ "mount_options": [
1122
+ "rw",
1123
+ "nosuid",
1124
+ "nodev",
1125
+ "noexec",
1126
+ "relatime"
1127
+ ]
1128
+ },
1129
+ "pstore,/sys/fs/pstore": {
1130
+ "device": "pstore",
1131
+ "fs_type": "pstore",
1132
+ "mount": "/sys/fs/pstore",
1133
+ "mount_options": [
1134
+ "rw",
1135
+ "nosuid",
1136
+ "nodev",
1137
+ "noexec",
1138
+ "relatime"
1139
+ ]
1140
+ },
1141
+ "securityfs,/sys/kernel/security": {
1142
+ "device": "securityfs",
1143
+ "fs_type": "securityfs",
1144
+ "mount": "/sys/kernel/security",
1145
+ "mount_options": [
1146
+ "rw",
1147
+ "nosuid",
1148
+ "nodev",
1149
+ "noexec",
1150
+ "relatime"
1151
+ ]
1152
+ },
1153
+ "sysfs,/sys": {
1154
+ "device": "sysfs",
1155
+ "fs_type": "sysfs",
1156
+ "mount": "/sys",
1157
+ "mount_options": [
1158
+ "rw",
1159
+ "nosuid",
1160
+ "nodev",
1161
+ "noexec",
1162
+ "relatime"
1163
+ ]
1164
+ },
1165
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1166
+ "device": "systemd-1",
1167
+ "fs_type": "autofs",
1168
+ "mount": "/proc/sys/fs/binfmt_misc",
1169
+ "mount_options": [
1170
+ "rw",
1171
+ "relatime",
1172
+ "fd=42",
1173
+ "pgrp=1",
1174
+ "timeout=0",
1175
+ "minproto=5",
1176
+ "maxproto=5",
1177
+ "direct",
1178
+ "pipe_ino=9957"
1179
+ ]
1180
+ },
1181
+ "tmpfs,/dev/shm": {
1182
+ "device": "tmpfs",
1183
+ "fs_type": "tmpfs",
1184
+ "inodes_available": "124398",
1185
+ "inodes_percent_used": "1%",
1186
+ "inodes_used": "1",
1187
+ "kb_available": "497596",
1188
+ "kb_size": "497596",
1189
+ "kb_used": "0",
1190
+ "mount": "/dev/shm",
1191
+ "mount_options": [
1192
+ "rw",
1193
+ "nosuid",
1194
+ "nodev"
1195
+ ],
1196
+ "percent_used": "0%",
1197
+ "total_inodes": "124399"
1198
+ },
1199
+ "tmpfs,/run": {
1200
+ "device": "tmpfs",
1201
+ "fs_type": "tmpfs",
1202
+ "inodes_available": "124044",
1203
+ "inodes_percent_used": "1%",
1204
+ "inodes_used": "355",
1205
+ "kb_available": "96676",
1206
+ "kb_size": "99520",
1207
+ "kb_used": "2844",
1208
+ "mount": "/run",
1209
+ "mount_options": [
1210
+ "rw",
1211
+ "nosuid",
1212
+ "noexec",
1213
+ "relatime",
1214
+ "size=99520k",
1215
+ "mode=755"
1216
+ ],
1217
+ "percent_used": "3%",
1218
+ "total_inodes": "124399"
1219
+ },
1220
+ "tmpfs,/run/lock": {
1221
+ "device": "tmpfs",
1222
+ "fs_type": "tmpfs",
1223
+ "inodes_available": "124397",
1224
+ "inodes_percent_used": "1%",
1225
+ "inodes_used": "2",
1226
+ "kb_available": "5120",
1227
+ "kb_size": "5120",
1228
+ "kb_used": "0",
1229
+ "mount": "/run/lock",
1230
+ "mount_options": [
1231
+ "rw",
1232
+ "nosuid",
1233
+ "nodev",
1234
+ "noexec",
1235
+ "relatime",
1236
+ "size=5120k"
1237
+ ],
1238
+ "percent_used": "0%",
1239
+ "total_inodes": "124399"
1240
+ },
1241
+ "tmpfs,/run/user/1000": {
1242
+ "device": "tmpfs",
1243
+ "fs_type": "tmpfs",
1244
+ "inodes_available": "124395",
1245
+ "inodes_percent_used": "1%",
1246
+ "inodes_used": "4",
1247
+ "kb_available": "99516",
1248
+ "kb_size": "99516",
1249
+ "kb_used": "0",
1250
+ "mount": "/run/user/1000",
1251
+ "mount_options": [
1252
+ "rw",
1253
+ "nosuid",
1254
+ "nodev",
1255
+ "relatime",
1256
+ "size=99516k",
1257
+ "mode=700",
1258
+ "uid=1000",
1259
+ "gid=1000"
1260
+ ],
1261
+ "percent_used": "0%",
1262
+ "total_inodes": "124399"
1263
+ },
1264
+ "tmpfs,/sys/fs/cgroup": {
1265
+ "device": "tmpfs",
1266
+ "fs_type": "tmpfs",
1267
+ "inodes_available": "124381",
1268
+ "inodes_percent_used": "1%",
1269
+ "inodes_used": "18",
1270
+ "kb_available": "497596",
1271
+ "kb_size": "497596",
1272
+ "kb_used": "0",
1273
+ "mount": "/sys/fs/cgroup",
1274
+ "mount_options": [
1275
+ "ro",
1276
+ "nosuid",
1277
+ "nodev",
1278
+ "noexec",
1279
+ "mode=755"
1280
+ ],
1281
+ "percent_used": "0%",
1282
+ "total_inodes": "124399"
1283
+ },
1284
+ "udev,/dev": {
1285
+ "device": "udev",
1286
+ "fs_type": "devtmpfs",
1287
+ "inodes_available": "122323",
1288
+ "inodes_percent_used": "1%",
1289
+ "inodes_used": "266",
1290
+ "kb_available": "490356",
1291
+ "kb_size": "490356",
1292
+ "kb_used": "0",
1293
+ "mount": "/dev",
1294
+ "mount_options": [
1295
+ "rw",
1296
+ "nosuid",
1297
+ "relatime",
1298
+ "size=490356k",
1299
+ "nr_inodes=122589",
1300
+ "mode=755"
1301
+ ],
1302
+ "percent_used": "0%",
1303
+ "total_inodes": "122589"
1304
+ }
1305
+ }
1306
+ },
1307
+ "fips": {
1308
+ "kernel": {
1309
+ "enabled": false
1310
+ }
1311
+ },
1312
+ "fqdn": "fauxhai.local",
1313
+ "hostname": "Fauxhai",
1314
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1315
+ "idletime_seconds": 2646450,
1316
+ "init_package": "systemd",
1317
+ "ipaddress": "10.0.0.2",
1318
+ "kernel": {
1319
+ "machine": "x86_64",
1320
+ "modules": {
1321
+ "aesni_intel": {
1322
+ "refcount": "0",
1323
+ "size": "368640"
1324
+ },
1325
+ "ata_generic": {
1326
+ "refcount": "0",
1327
+ "size": "16384",
1328
+ "version": "0.2.15"
1329
+ },
1330
+ "ata_piix": {
1331
+ "refcount": "0",
1332
+ "size": "36864",
1333
+ "version": "2.13"
1334
+ },
1335
+ "autofs4": {
1336
+ "refcount": "2",
1337
+ "size": "53248"
1338
+ },
1339
+ "button": {
1340
+ "refcount": "0",
1341
+ "size": "24576"
1342
+ },
1343
+ "crc32_pclmul": {
1344
+ "refcount": "0",
1345
+ "size": "16384"
1346
+ },
1347
+ "crc32c_intel": {
1348
+ "refcount": "2",
1349
+ "size": "24576"
1350
+ },
1351
+ "crct10dif_pclmul": {
1352
+ "refcount": "1",
1353
+ "size": "16384"
1354
+ },
1355
+ "cryptd": {
1356
+ "refcount": "2",
1357
+ "size": "24576"
1358
+ },
1359
+ "crypto_simd": {
1360
+ "refcount": "1",
1361
+ "size": "16384"
1362
+ },
1363
+ "evdev": {
1364
+ "refcount": "3",
1365
+ "size": "24576"
1366
+ },
1367
+ "fat": {
1368
+ "refcount": "1",
1369
+ "size": "86016"
1370
+ },
1371
+ "ghash_clmulni_intel": {
1372
+ "refcount": "0",
1373
+ "size": "16384"
1374
+ },
1375
+ "glue_helper": {
1376
+ "refcount": "1",
1377
+ "size": "16384"
1378
+ },
1379
+ "intel_rapl_common": {
1380
+ "refcount": "1",
1381
+ "size": "28672"
1382
+ },
1383
+ "intel_rapl_msr": {
1384
+ "refcount": "0",
1385
+ "size": "20480"
1386
+ },
1387
+ "iosf_mbi": {
1388
+ "refcount": "1",
1389
+ "size": "24576"
1390
+ },
1391
+ "ip_tables": {
1392
+ "refcount": "0",
1393
+ "size": "28672"
1394
+ },
1395
+ "libata": {
1396
+ "refcount": "2",
1397
+ "size": "258048",
1398
+ "version": "3.00"
1399
+ },
1400
+ "nls_ascii": {
1401
+ "refcount": "1",
1402
+ "size": "16384"
1403
+ },
1404
+ "nls_cp437": {
1405
+ "refcount": "1",
1406
+ "size": "20480"
1407
+ },
1408
+ "rapl": {
1409
+ "refcount": "0",
1410
+ "size": "20480"
1411
+ },
1412
+ "scsi_mod": {
1413
+ "refcount": "1",
1414
+ "size": "253952"
1415
+ },
1416
+ "serio_raw": {
1417
+ "refcount": "0",
1418
+ "size": "20480"
1419
+ },
1420
+ "vfat": {
1421
+ "refcount": "1",
1422
+ "size": "20480"
1423
+ },
1424
+ "x_tables": {
1425
+ "refcount": "1",
1426
+ "size": "53248"
1427
+ },
1428
+ "xen_blkfront": {
1429
+ "refcount": "4",
1430
+ "size": "49152"
1431
+ },
1432
+ "xen_netfront": {
1433
+ "refcount": "1",
1434
+ "size": "40960"
1435
+ }
1436
+ },
1437
+ "name": "Linux",
1438
+ "os": "GNU/Linux",
1439
+ "processor": "unknown",
1440
+ "release": "5.10.0-0.bpo.8-cloud-amd64",
1441
+ "version": "#1 SMP Debian 5.10.46-4~bpo10+1 (2021-08-07)"
1442
+ },
1443
+ "keys": {
1444
+ "ssh": {
1445
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1446
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1447
+ }
1448
+ },
1449
+ "languages": {
1450
+ "powershell": null,
1451
+ "ruby": {
1452
+ "bin_dir": "/usr/local/bin",
1453
+ "gem_bin": "/usr/local/bin/gem",
1454
+ "gems_dir": "/usr/local/gems",
1455
+ "host": "x86_64-pc-linux-gnu",
1456
+ "host_cpu": "x86_64",
1457
+ "host_os": "linux",
1458
+ "host_vendor": "pc",
1459
+ "platform": "x86_64-linux",
1460
+ "release_date": "2021-07-07",
1461
+ "ruby_bin": "/usr/local/bin/ruby",
1462
+ "target": "x86_64-pc-linux-gnu",
1463
+ "target_cpu": "x86_64",
1464
+ "target_os": "linux",
1465
+ "target_vendor": "pc",
1466
+ "version": "3.0.2"
1467
+ }
1468
+ },
1469
+ "lsb": {
1470
+ "codename": "buster",
1471
+ "description": "Debian GNU/Linux 10 (buster)",
1472
+ "id": "Debian",
1473
+ "release": "10"
1474
+ },
1475
+ "macaddress": "11:11:11:11:11:11",
1476
+ "machinename": "Fauxhai",
1477
+ "memory": {
1478
+ "total": "1048576kB"
1479
+ },
1480
+ "network": {
1481
+ "default_gateway": "10.0.0.1",
1482
+ "default_interface": "eth0",
1483
+ "interfaces": {
1484
+ "eth0": {
1485
+ "addresses": {
1486
+ "10.0.0.2": {
1487
+ "broadcast": "10.0.0.255",
1488
+ "family": "inet",
1489
+ "ip_scope": "RFC1918 PRIVATE",
1490
+ "netmask": "255.255.255.0",
1491
+ "prefixlen": "24",
1492
+ "scope": "Global"
1493
+ },
1494
+ "11:11:11:11:11:11": {
1495
+ "family": "lladdr"
1496
+ },
1497
+ "fe80::11:1111:1111:1111": {
1498
+ "family": "inet6",
1499
+ "ip_scope": "LINK LOCAL UNICAST",
1500
+ "prefixlen": "64",
1501
+ "scope": "Link",
1502
+ "tags": [
1503
+ ]
1504
+ }
1505
+ },
1506
+ "arp": {
1507
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1508
+ },
1509
+ "encapsulation": "Ethernet",
1510
+ "flags": [
1511
+ "BROADCAST",
1512
+ "MULTICAST",
1513
+ "UP",
1514
+ "LOWER_UP"
1515
+ ],
1516
+ "mtu": "1500",
1517
+ "number": "0",
1518
+ "ring_params": {
1519
+ },
1520
+ "routes": [
1521
+ {
1522
+ "destination": "default",
1523
+ "family": "inet",
1524
+ "via": "10.0.0.1"
1525
+ },
1526
+ {
1527
+ "destination": "10.0.0.0/24",
1528
+ "family": "inet",
1529
+ "proto": "kernel",
1530
+ "scope": "link",
1531
+ "src": "10.0.0.2"
1532
+ },
1533
+ {
1534
+ "destination": "fe80::/64",
1535
+ "family": "inet6",
1536
+ "metric": "256",
1537
+ "proto": "kernel"
1538
+ }
1539
+ ],
1540
+ "state": "up",
1541
+ "type": "eth"
1542
+ },
1543
+ "lo": {
1544
+ "addresses": {
1545
+ "127.0.0.1": {
1546
+ "family": "inet",
1547
+ "ip_scope": "LOOPBACK",
1548
+ "netmask": "255.0.0.0",
1549
+ "prefixlen": "8",
1550
+ "scope": "Node"
1551
+ },
1552
+ "::1": {
1553
+ "family": "inet6",
1554
+ "ip_scope": "LINK LOCAL LOOPBACK",
1555
+ "prefixlen": "128",
1556
+ "scope": "Node",
1557
+ "tags": [
1558
+ ]
1559
+ }
1560
+ },
1561
+ "encapsulation": "Loopback",
1562
+ "flags": [
1563
+ "LOOPBACK",
1564
+ "UP",
1565
+ "LOWER_UP"
1566
+ ],
1567
+ "mtu": "65536",
1568
+ "state": "unknown"
1569
+ }
1570
+ }
1571
+ },
1572
+ "ohai_time": 1635809090.302845,
1573
+ "os": "linux",
1574
+ "os_version": "5.10.0-0.bpo.8-cloud-amd64",
1575
+ "packages": {
1576
+ "adduser": {
1577
+ "arch": "all",
1578
+ "version": "3.118"
1579
+ },
1580
+ "apparmor": {
1581
+ "arch": "amd64",
1582
+ "version": "2.13.2-10"
1583
+ },
1584
+ "apt": {
1585
+ "arch": "amd64",
1586
+ "version": "1.8.2.3"
1587
+ },
1588
+ "apt-listchanges": {
1589
+ "arch": "all",
1590
+ "version": "3.19"
1591
+ },
1592
+ "apt-utils": {
1593
+ "arch": "amd64",
1594
+ "version": "1.8.2.3"
1595
+ },
1596
+ "awscli": {
1597
+ "arch": "all",
1598
+ "version": "1.16.113-1"
1599
+ },
1600
+ "base-files": {
1601
+ "arch": "amd64",
1602
+ "version": "10.3+deb10u11"
1603
+ },
1604
+ "base-passwd": {
1605
+ "arch": "amd64",
1606
+ "version": "3.5.46"
1607
+ },
1608
+ "bash": {
1609
+ "arch": "amd64",
1610
+ "version": "5.0-4"
1611
+ },
1612
+ "bash-completion": {
1613
+ "arch": "all",
1614
+ "version": "1:2.8-6"
1615
+ },
1616
+ "bind9-host": {
1617
+ "arch": "amd64",
1618
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
1619
+ },
1620
+ "bsdmainutils": {
1621
+ "arch": "amd64",
1622
+ "version": "11.1.2+b1"
1623
+ },
1624
+ "bsdutils": {
1625
+ "arch": "amd64",
1626
+ "version": "1:2.33.1-0.1"
1627
+ },
1628
+ "bzip2": {
1629
+ "arch": "amd64",
1630
+ "version": "1.0.6-9.2~deb10u1"
1631
+ },
1632
+ "ca-certificates": {
1633
+ "arch": "all",
1634
+ "version": "20200601~deb10u2"
1635
+ },
1636
+ "chef": {
1637
+ "arch": "amd64",
1638
+ "version": "17.7.29-1"
1639
+ },
1640
+ "chrony": {
1641
+ "arch": "amd64",
1642
+ "version": "3.4-4+deb10u1"
1643
+ },
1644
+ "cloud-guest-utils": {
1645
+ "arch": "all",
1646
+ "version": "0.29-1"
1647
+ },
1648
+ "cloud-image-utils": {
1649
+ "arch": "all",
1650
+ "version": "0.29-1"
1651
+ },
1652
+ "cloud-init": {
1653
+ "arch": "all",
1654
+ "version": "20.2-2~deb10u2"
1655
+ },
1656
+ "cloud-initramfs-growroot": {
1657
+ "arch": "all",
1658
+ "version": "0.18.debian7"
1659
+ },
1660
+ "cloud-utils": {
1661
+ "arch": "all",
1662
+ "version": "0.29-1"
1663
+ },
1664
+ "coreutils": {
1665
+ "arch": "amd64",
1666
+ "version": "8.30-3"
1667
+ },
1668
+ "cpio": {
1669
+ "arch": "amd64",
1670
+ "version": "2.12+dfsg-9"
1671
+ },
1672
+ "cron": {
1673
+ "arch": "amd64",
1674
+ "version": "3.0pl1-134+deb10u1"
1675
+ },
1676
+ "curl": {
1677
+ "arch": "amd64",
1678
+ "version": "7.64.0-4+deb10u2"
1679
+ },
1680
+ "dash": {
1681
+ "arch": "amd64",
1682
+ "version": "0.5.10.2-5"
1683
+ },
1684
+ "dbus": {
1685
+ "arch": "amd64",
1686
+ "version": "1.12.20-0+deb10u1"
1687
+ },
1688
+ "debconf": {
1689
+ "arch": "all",
1690
+ "version": "1.5.71+deb10u1"
1691
+ },
1692
+ "debian-archive-keyring": {
1693
+ "arch": "all",
1694
+ "version": "2019.1+deb10u1"
1695
+ },
1696
+ "debianutils": {
1697
+ "arch": "amd64",
1698
+ "version": "4.8.6.1"
1699
+ },
1700
+ "diffutils": {
1701
+ "arch": "amd64",
1702
+ "version": "1:3.7-3"
1703
+ },
1704
+ "distro-info-data": {
1705
+ "arch": "all",
1706
+ "version": "0.41+deb10u4"
1707
+ },
1708
+ "dmsetup": {
1709
+ "arch": "amd64",
1710
+ "version": "2:1.02.155-3"
1711
+ },
1712
+ "docutils-common": {
1713
+ "arch": "all",
1714
+ "version": "0.14+dfsg-4"
1715
+ },
1716
+ "dpkg": {
1717
+ "arch": "amd64",
1718
+ "version": "1.19.7"
1719
+ },
1720
+ "e2fsprogs": {
1721
+ "arch": "amd64",
1722
+ "version": "1.44.5-1+deb10u3"
1723
+ },
1724
+ "ethtool": {
1725
+ "arch": "amd64",
1726
+ "version": "1:4.19-1"
1727
+ },
1728
+ "fdisk": {
1729
+ "arch": "amd64",
1730
+ "version": "2.33.1-0.1"
1731
+ },
1732
+ "file": {
1733
+ "arch": "amd64",
1734
+ "version": "1:5.35-4+deb10u2"
1735
+ },
1736
+ "findutils": {
1737
+ "arch": "amd64",
1738
+ "version": "4.6.0+git+20190209-2"
1739
+ },
1740
+ "gcc-8-base": {
1741
+ "arch": "amd64",
1742
+ "version": "8.3.0-6"
1743
+ },
1744
+ "gdisk": {
1745
+ "arch": "amd64",
1746
+ "version": "1.0.3-1.1"
1747
+ },
1748
+ "genisoimage": {
1749
+ "arch": "amd64",
1750
+ "version": "9:1.1.11-3+b2"
1751
+ },
1752
+ "geoip-database": {
1753
+ "arch": "all",
1754
+ "version": "20181108-1"
1755
+ },
1756
+ "gettext-base": {
1757
+ "arch": "amd64",
1758
+ "version": "0.19.8.1-9"
1759
+ },
1760
+ "gpgv": {
1761
+ "arch": "amd64",
1762
+ "version": "2.2.12-1+deb10u1"
1763
+ },
1764
+ "grep": {
1765
+ "arch": "amd64",
1766
+ "version": "3.3-1"
1767
+ },
1768
+ "groff-base": {
1769
+ "arch": "amd64",
1770
+ "version": "1.22.4-3+deb10u1"
1771
+ },
1772
+ "grub-cloud-amd64": {
1773
+ "arch": "amd64",
1774
+ "version": "0.0.4"
1775
+ },
1776
+ "grub-common": {
1777
+ "arch": "amd64",
1778
+ "version": "2.02+dfsg1-20+deb10u4"
1779
+ },
1780
+ "grub-efi-amd64-bin": {
1781
+ "arch": "amd64",
1782
+ "version": "2.02+dfsg1-20+deb10u4"
1783
+ },
1784
+ "grub-pc-bin": {
1785
+ "arch": "amd64",
1786
+ "version": "2.02+dfsg1-20+deb10u4"
1787
+ },
1788
+ "grub2-common": {
1789
+ "arch": "amd64",
1790
+ "version": "2.02+dfsg1-20+deb10u4"
1791
+ },
1792
+ "gzip": {
1793
+ "arch": "amd64",
1794
+ "version": "1.9-3"
1795
+ },
1796
+ "hostname": {
1797
+ "arch": "amd64",
1798
+ "version": "3.21"
1799
+ },
1800
+ "ifupdown": {
1801
+ "arch": "amd64",
1802
+ "version": "0.8.35"
1803
+ },
1804
+ "init": {
1805
+ "arch": "amd64",
1806
+ "version": "1.56+nmu1"
1807
+ },
1808
+ "init-system-helpers": {
1809
+ "arch": "all",
1810
+ "version": "1.56+nmu1"
1811
+ },
1812
+ "initramfs-tools": {
1813
+ "arch": "all",
1814
+ "version": "0.133+deb10u1"
1815
+ },
1816
+ "initramfs-tools-core": {
1817
+ "arch": "all",
1818
+ "version": "0.133+deb10u1"
1819
+ },
1820
+ "iproute2": {
1821
+ "arch": "amd64",
1822
+ "version": "4.20.0-2+deb10u1"
1823
+ },
1824
+ "iptables": {
1825
+ "arch": "amd64",
1826
+ "version": "1.8.2-4"
1827
+ },
1828
+ "iputils-ping": {
1829
+ "arch": "amd64",
1830
+ "version": "3:20180629-2+deb10u2"
1831
+ },
1832
+ "isc-dhcp-client": {
1833
+ "arch": "amd64",
1834
+ "version": "4.4.1-2+deb10u1"
1835
+ },
1836
+ "iso-codes": {
1837
+ "arch": "all",
1838
+ "version": "4.2-1"
1839
+ },
1840
+ "klibc-utils": {
1841
+ "arch": "amd64",
1842
+ "version": "2.0.6-1+deb10u1"
1843
+ },
1844
+ "kmod": {
1845
+ "arch": "amd64",
1846
+ "version": "26-1"
1847
+ },
1848
+ "krb5-locales": {
1849
+ "arch": "all",
1850
+ "version": "1.17-3+deb10u3"
1851
+ },
1852
+ "less": {
1853
+ "arch": "amd64",
1854
+ "version": "487-0.1+b1"
1855
+ },
1856
+ "libacl1": {
1857
+ "arch": "amd64",
1858
+ "version": "2.2.53-4"
1859
+ },
1860
+ "libaio1": {
1861
+ "arch": "amd64",
1862
+ "version": "0.3.112-3"
1863
+ },
1864
+ "libapparmor1": {
1865
+ "arch": "amd64",
1866
+ "version": "2.13.2-10"
1867
+ },
1868
+ "libapt-inst2.0": {
1869
+ "arch": "amd64",
1870
+ "version": "1.8.2.3"
1871
+ },
1872
+ "libapt-pkg5.0": {
1873
+ "arch": "amd64",
1874
+ "version": "1.8.2.3"
1875
+ },
1876
+ "libargon2-1": {
1877
+ "arch": "amd64",
1878
+ "version": "0~20171227-0.2"
1879
+ },
1880
+ "libattr1": {
1881
+ "arch": "amd64",
1882
+ "version": "1:2.4.48-4"
1883
+ },
1884
+ "libaudit-common": {
1885
+ "arch": "all",
1886
+ "version": "1:2.8.4-3"
1887
+ },
1888
+ "libaudit1": {
1889
+ "arch": "amd64",
1890
+ "version": "1:2.8.4-3"
1891
+ },
1892
+ "libbind9-161": {
1893
+ "arch": "amd64",
1894
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
1895
+ },
1896
+ "libblkid1": {
1897
+ "arch": "amd64",
1898
+ "version": "2.33.1-0.1"
1899
+ },
1900
+ "libbsd0": {
1901
+ "arch": "amd64",
1902
+ "version": "0.9.1-2+deb10u1"
1903
+ },
1904
+ "libbz2-1.0": {
1905
+ "arch": "amd64",
1906
+ "version": "1.0.6-9.2~deb10u1"
1907
+ },
1908
+ "libc-bin": {
1909
+ "arch": "amd64",
1910
+ "version": "2.28-10"
1911
+ },
1912
+ "libc-l10n": {
1913
+ "arch": "all",
1914
+ "version": "2.28-10"
1915
+ },
1916
+ "libc6": {
1917
+ "arch": "amd64",
1918
+ "version": "2.28-10"
1919
+ },
1920
+ "libcap-ng0": {
1921
+ "arch": "amd64",
1922
+ "version": "0.7.9-2"
1923
+ },
1924
+ "libcap2": {
1925
+ "arch": "amd64",
1926
+ "version": "1:2.25-2"
1927
+ },
1928
+ "libcap2-bin": {
1929
+ "arch": "amd64",
1930
+ "version": "1:2.25-2"
1931
+ },
1932
+ "libcom-err2": {
1933
+ "arch": "amd64",
1934
+ "version": "1.44.5-1+deb10u3"
1935
+ },
1936
+ "libcryptsetup12": {
1937
+ "arch": "amd64",
1938
+ "version": "2:2.1.0-5+deb10u2"
1939
+ },
1940
+ "libcurl3-gnutls": {
1941
+ "arch": "amd64",
1942
+ "version": "7.64.0-4+deb10u2"
1943
+ },
1944
+ "libcurl4": {
1945
+ "arch": "amd64",
1946
+ "version": "7.64.0-4+deb10u2"
1947
+ },
1948
+ "libdb5.3": {
1949
+ "arch": "amd64",
1950
+ "version": "5.3.28+dfsg1-0.5"
1951
+ },
1952
+ "libdbus-1-3": {
1953
+ "arch": "amd64",
1954
+ "version": "1.12.20-0+deb10u1"
1955
+ },
1956
+ "libdebconfclient0": {
1957
+ "arch": "amd64",
1958
+ "version": "0.249"
1959
+ },
1960
+ "libdevmapper1.02.1": {
1961
+ "arch": "amd64",
1962
+ "version": "2:1.02.155-3"
1963
+ },
1964
+ "libdns-export1104": {
1965
+ "arch": "amd64",
1966
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
1967
+ },
1968
+ "libdns1104": {
1969
+ "arch": "amd64",
1970
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
1971
+ },
1972
+ "libedit2": {
1973
+ "arch": "amd64",
1974
+ "version": "3.1-20181209-1"
1975
+ },
1976
+ "libefiboot1": {
1977
+ "arch": "amd64",
1978
+ "version": "37-2+deb10u1"
1979
+ },
1980
+ "libefivar1": {
1981
+ "arch": "amd64",
1982
+ "version": "37-2+deb10u1"
1983
+ },
1984
+ "libelf1": {
1985
+ "arch": "amd64",
1986
+ "version": "0.176-1.1"
1987
+ },
1988
+ "libestr0": {
1989
+ "arch": "amd64",
1990
+ "version": "0.1.10-2.1"
1991
+ },
1992
+ "libexpat1": {
1993
+ "arch": "amd64",
1994
+ "version": "2.2.6-2+deb10u1"
1995
+ },
1996
+ "libext2fs2": {
1997
+ "arch": "amd64",
1998
+ "version": "1.44.5-1+deb10u3"
1999
+ },
2000
+ "libfastjson4": {
2001
+ "arch": "amd64",
2002
+ "version": "0.99.8-2"
2003
+ },
2004
+ "libfdisk1": {
2005
+ "arch": "amd64",
2006
+ "version": "2.33.1-0.1"
2007
+ },
2008
+ "libffi6": {
2009
+ "arch": "amd64",
2010
+ "version": "3.2.1-9"
2011
+ },
2012
+ "libfreetype6": {
2013
+ "arch": "amd64",
2014
+ "version": "2.9.1-3+deb10u2"
2015
+ },
2016
+ "libfstrm0": {
2017
+ "arch": "amd64",
2018
+ "version": "0.4.0-1"
2019
+ },
2020
+ "libfuse2": {
2021
+ "arch": "amd64",
2022
+ "version": "2.9.9-1+deb10u1"
2023
+ },
2024
+ "libgcc1": {
2025
+ "arch": "amd64",
2026
+ "version": "1:8.3.0-6"
2027
+ },
2028
+ "libgcrypt20": {
2029
+ "arch": "amd64",
2030
+ "version": "1.8.4-5+deb10u1"
2031
+ },
2032
+ "libgdbm6": {
2033
+ "arch": "amd64",
2034
+ "version": "1.18.1-4"
2035
+ },
2036
+ "libgeoip1": {
2037
+ "arch": "amd64",
2038
+ "version": "1.6.12-1"
2039
+ },
2040
+ "libglib2.0-0": {
2041
+ "arch": "amd64",
2042
+ "version": "2.58.3-2+deb10u3"
2043
+ },
2044
+ "libgmp10": {
2045
+ "arch": "amd64",
2046
+ "version": "2:6.1.2+dfsg-4"
2047
+ },
2048
+ "libgnutls30": {
2049
+ "arch": "amd64",
2050
+ "version": "3.6.7-4+deb10u7"
2051
+ },
2052
+ "libgpg-error0": {
2053
+ "arch": "amd64",
2054
+ "version": "1.35-1"
2055
+ },
2056
+ "libgpm2": {
2057
+ "arch": "amd64",
2058
+ "version": "1.20.7-5"
2059
+ },
2060
+ "libgssapi-krb5-2": {
2061
+ "arch": "amd64",
2062
+ "version": "1.17-3+deb10u3"
2063
+ },
2064
+ "libhogweed4": {
2065
+ "arch": "amd64",
2066
+ "version": "3.4.1-1+deb10u1"
2067
+ },
2068
+ "libicu63": {
2069
+ "arch": "amd64",
2070
+ "version": "63.1-6+deb10u1"
2071
+ },
2072
+ "libidn11": {
2073
+ "arch": "amd64",
2074
+ "version": "1.33-2.2"
2075
+ },
2076
+ "libidn2-0": {
2077
+ "arch": "amd64",
2078
+ "version": "2.0.5-1+deb10u1"
2079
+ },
2080
+ "libip4tc0": {
2081
+ "arch": "amd64",
2082
+ "version": "1.8.2-4"
2083
+ },
2084
+ "libip6tc0": {
2085
+ "arch": "amd64",
2086
+ "version": "1.8.2-4"
2087
+ },
2088
+ "libiptc0": {
2089
+ "arch": "amd64",
2090
+ "version": "1.8.2-4"
2091
+ },
2092
+ "libisc-export1100": {
2093
+ "arch": "amd64",
2094
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
2095
+ },
2096
+ "libisc1100": {
2097
+ "arch": "amd64",
2098
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
2099
+ },
2100
+ "libisccc161": {
2101
+ "arch": "amd64",
2102
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
2103
+ },
2104
+ "libisccfg163": {
2105
+ "arch": "amd64",
2106
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
2107
+ },
2108
+ "libjson-c3": {
2109
+ "arch": "amd64",
2110
+ "version": "0.12.1+ds-2+deb10u1"
2111
+ },
2112
+ "libk5crypto3": {
2113
+ "arch": "amd64",
2114
+ "version": "1.17-3+deb10u3"
2115
+ },
2116
+ "libkeyutils1": {
2117
+ "arch": "amd64",
2118
+ "version": "1.6-6"
2119
+ },
2120
+ "libklibc": {
2121
+ "arch": "amd64",
2122
+ "version": "2.0.6-1+deb10u1"
2123
+ },
2124
+ "libkmod2": {
2125
+ "arch": "amd64",
2126
+ "version": "26-1"
2127
+ },
2128
+ "libkrb5-3": {
2129
+ "arch": "amd64",
2130
+ "version": "1.17-3+deb10u3"
2131
+ },
2132
+ "libkrb5support0": {
2133
+ "arch": "amd64",
2134
+ "version": "1.17-3+deb10u3"
2135
+ },
2136
+ "libldap-2.4-2": {
2137
+ "arch": "amd64",
2138
+ "version": "2.4.47+dfsg-3+deb10u6"
2139
+ },
2140
+ "libldap-common": {
2141
+ "arch": "all",
2142
+ "version": "2.4.47+dfsg-3+deb10u6"
2143
+ },
2144
+ "liblmdb0": {
2145
+ "arch": "amd64",
2146
+ "version": "0.9.22-1"
2147
+ },
2148
+ "liblognorm5": {
2149
+ "arch": "amd64",
2150
+ "version": "2.0.5-1"
2151
+ },
2152
+ "liblwres161": {
2153
+ "arch": "amd64",
2154
+ "version": "1:9.11.5.P4+dfsg-5.1+deb10u5"
2155
+ },
2156
+ "liblz4-1": {
2157
+ "arch": "amd64",
2158
+ "version": "1.8.3-1+deb10u1"
2159
+ },
2160
+ "liblzma5": {
2161
+ "arch": "amd64",
2162
+ "version": "5.2.4-1"
2163
+ },
2164
+ "libmagic-mgc": {
2165
+ "arch": "amd64",
2166
+ "version": "1:5.35-4+deb10u2"
2167
+ },
2168
+ "libmagic1": {
2169
+ "arch": "amd64",
2170
+ "version": "1:5.35-4+deb10u2"
2171
+ },
2172
+ "libmnl0": {
2173
+ "arch": "amd64",
2174
+ "version": "1.0.4-2"
2175
+ },
2176
+ "libmount1": {
2177
+ "arch": "amd64",
2178
+ "version": "2.33.1-0.1"
2179
+ },
2180
+ "libmpdec2": {
2181
+ "arch": "amd64",
2182
+ "version": "2.4.2-2"
2183
+ },
2184
+ "libncurses6": {
2185
+ "arch": "amd64",
2186
+ "version": "6.1+20181013-2+deb10u2"
2187
+ },
2188
+ "libncursesw6": {
2189
+ "arch": "amd64",
2190
+ "version": "6.1+20181013-2+deb10u2"
2191
+ },
2192
+ "libnetfilter-conntrack3": {
2193
+ "arch": "amd64",
2194
+ "version": "1.0.7-1"
2195
+ },
2196
+ "libnettle6": {
2197
+ "arch": "amd64",
2198
+ "version": "3.4.1-1+deb10u1"
2199
+ },
2200
+ "libnewt0.52": {
2201
+ "arch": "amd64",
2202
+ "version": "0.52.20-8"
2203
+ },
2204
+ "libnfnetlink0": {
2205
+ "arch": "amd64",
2206
+ "version": "1.0.1-3+b1"
2207
+ },
2208
+ "libnftnl11": {
2209
+ "arch": "amd64",
2210
+ "version": "1.1.2-2"
2211
+ },
2212
+ "libnghttp2-14": {
2213
+ "arch": "amd64",
2214
+ "version": "1.36.0-2+deb10u1"
2215
+ },
2216
+ "libp11-kit0": {
2217
+ "arch": "amd64",
2218
+ "version": "0.23.15-2+deb10u1"
2219
+ },
2220
+ "libpam-modules": {
2221
+ "arch": "amd64",
2222
+ "version": "1.3.1-5"
2223
+ },
2224
+ "libpam-modules-bin": {
2225
+ "arch": "amd64",
2226
+ "version": "1.3.1-5"
2227
+ },
2228
+ "libpam-runtime": {
2229
+ "arch": "all",
2230
+ "version": "1.3.1-5"
2231
+ },
2232
+ "libpam-systemd": {
2233
+ "arch": "amd64",
2234
+ "version": "241-7~deb10u8"
2235
+ },
2236
+ "libpam0g": {
2237
+ "arch": "amd64",
2238
+ "version": "1.3.1-5"
2239
+ },
2240
+ "libpcap0.8": {
2241
+ "arch": "amd64",
2242
+ "version": "1.8.1-6"
2243
+ },
2244
+ "libpci3": {
2245
+ "arch": "amd64",
2246
+ "version": "1:3.5.2-1"
2247
+ },
2248
+ "libpcre2-8-0": {
2249
+ "arch": "amd64",
2250
+ "version": "10.32-5"
2251
+ },
2252
+ "libpcre3": {
2253
+ "arch": "amd64",
2254
+ "version": "2:8.39-12"
2255
+ },
2256
+ "libpipeline1": {
2257
+ "arch": "amd64",
2258
+ "version": "1.5.1-2"
2259
+ },
2260
+ "libpng16-16": {
2261
+ "arch": "amd64",
2262
+ "version": "1.6.36-6"
2263
+ },
2264
+ "libpopt0": {
2265
+ "arch": "amd64",
2266
+ "version": "1.16-12"
2267
+ },
2268
+ "libprocps7": {
2269
+ "arch": "amd64",
2270
+ "version": "2:3.3.15-2"
2271
+ },
2272
+ "libprotobuf-c1": {
2273
+ "arch": "amd64",
2274
+ "version": "1.3.1-1+b1"
2275
+ },
2276
+ "libpsl5": {
2277
+ "arch": "amd64",
2278
+ "version": "0.20.2-2"
2279
+ },
2280
+ "libpython-stdlib": {
2281
+ "arch": "amd64",
2282
+ "version": "2.7.16-1"
2283
+ },
2284
+ "libpython2-stdlib": {
2285
+ "arch": "amd64",
2286
+ "version": "2.7.16-1"
2287
+ },
2288
+ "libpython2.7-minimal": {
2289
+ "arch": "amd64",
2290
+ "version": "2.7.16-2+deb10u1"
2291
+ },
2292
+ "libpython2.7-stdlib": {
2293
+ "arch": "amd64",
2294
+ "version": "2.7.16-2+deb10u1"
2295
+ },
2296
+ "libpython3-stdlib": {
2297
+ "arch": "amd64",
2298
+ "version": "3.7.3-1"
2299
+ },
2300
+ "libpython3.7-minimal": {
2301
+ "arch": "amd64",
2302
+ "version": "3.7.3-2+deb10u3"
2303
+ },
2304
+ "libpython3.7-stdlib": {
2305
+ "arch": "amd64",
2306
+ "version": "3.7.3-2+deb10u3"
2307
+ },
2308
+ "libreadline7": {
2309
+ "arch": "amd64",
2310
+ "version": "7.0-5"
2311
+ },
2312
+ "librtmp1": {
2313
+ "arch": "amd64",
2314
+ "version": "2.4+20151223.gitfa8646d.1-2"
2315
+ },
2316
+ "libsasl2-2": {
2317
+ "arch": "amd64",
2318
+ "version": "2.1.27+dfsg-1+deb10u1"
2319
+ },
2320
+ "libsasl2-modules": {
2321
+ "arch": "amd64",
2322
+ "version": "2.1.27+dfsg-1+deb10u1"
2323
+ },
2324
+ "libsasl2-modules-db": {
2325
+ "arch": "amd64",
2326
+ "version": "2.1.27+dfsg-1+deb10u1"
2327
+ },
2328
+ "libseccomp2": {
2329
+ "arch": "amd64",
2330
+ "version": "2.3.3-4"
2331
+ },
2332
+ "libselinux1": {
2333
+ "arch": "amd64",
2334
+ "version": "2.8-1+b1"
2335
+ },
2336
+ "libsemanage-common": {
2337
+ "arch": "all",
2338
+ "version": "2.8-2"
2339
+ },
2340
+ "libsemanage1": {
2341
+ "arch": "amd64",
2342
+ "version": "2.8-2"
2343
+ },
2344
+ "libsepol1": {
2345
+ "arch": "amd64",
2346
+ "version": "2.8-1"
2347
+ },
2348
+ "libslang2": {
2349
+ "arch": "amd64",
2350
+ "version": "2.3.2-2"
2351
+ },
2352
+ "libsmartcols1": {
2353
+ "arch": "amd64",
2354
+ "version": "2.33.1-0.1"
2355
+ },
2356
+ "libsqlite3-0": {
2357
+ "arch": "amd64",
2358
+ "version": "3.27.2-3+deb10u1"
2359
+ },
2360
+ "libss2": {
2361
+ "arch": "amd64",
2362
+ "version": "1.44.5-1+deb10u3"
2363
+ },
2364
+ "libssh2-1": {
2365
+ "arch": "amd64",
2366
+ "version": "1.8.0-2.1"
2367
+ },
2368
+ "libssl1.1": {
2369
+ "arch": "amd64",
2370
+ "version": "1.1.1d-0+deb10u7"
2371
+ },
2372
+ "libstdc++6": {
2373
+ "arch": "amd64",
2374
+ "version": "8.3.0-6"
2375
+ },
2376
+ "libsystemd0": {
2377
+ "arch": "amd64",
2378
+ "version": "241-7~deb10u8"
2379
+ },
2380
+ "libtasn1-6": {
2381
+ "arch": "amd64",
2382
+ "version": "4.13-3"
2383
+ },
2384
+ "libtinfo6": {
2385
+ "arch": "amd64",
2386
+ "version": "6.1+20181013-2+deb10u2"
2387
+ },
2388
+ "libuchardet0": {
2389
+ "arch": "amd64",
2390
+ "version": "0.0.6-3"
2391
+ },
2392
+ "libudev1": {
2393
+ "arch": "amd64",
2394
+ "version": "241-7~deb10u8"
2395
+ },
2396
+ "libunistring2": {
2397
+ "arch": "amd64",
2398
+ "version": "0.9.10-1"
2399
+ },
2400
+ "libutempter0": {
2401
+ "arch": "amd64",
2402
+ "version": "1.1.6-3"
2403
+ },
2404
+ "libuuid1": {
2405
+ "arch": "amd64",
2406
+ "version": "2.33.1-0.1"
2407
+ },
2408
+ "libwrap0": {
2409
+ "arch": "amd64",
2410
+ "version": "7.6.q-28"
2411
+ },
2412
+ "libxml2": {
2413
+ "arch": "amd64",
2414
+ "version": "2.9.4+dfsg1-7+deb10u2"
2415
+ },
2416
+ "libxtables12": {
2417
+ "arch": "amd64",
2418
+ "version": "1.8.2-4"
2419
+ },
2420
+ "libyaml-0-2": {
2421
+ "arch": "amd64",
2422
+ "version": "0.2.1-1"
2423
+ },
2424
+ "libzstd1": {
2425
+ "arch": "amd64",
2426
+ "version": "1.3.8+dfsg-3+deb10u2"
2427
+ },
2428
+ "linux-base": {
2429
+ "arch": "all",
2430
+ "version": "4.6"
2431
+ },
2432
+ "linux-image-5.10.0-0.bpo.8-cloud-amd64": {
2433
+ "arch": "amd64",
2434
+ "version": "5.10.46-4~bpo10+1"
2435
+ },
2436
+ "linux-image-cloud-amd64": {
2437
+ "arch": "amd64",
2438
+ "version": "5.10.46-4~bpo10+1"
2439
+ },
2440
+ "locales": {
2441
+ "arch": "all",
2442
+ "version": "2.28-10"
2443
+ },
2444
+ "login": {
2445
+ "arch": "amd64",
2446
+ "version": "1:4.5-1.1"
2447
+ },
2448
+ "logrotate": {
2449
+ "arch": "amd64",
2450
+ "version": "3.14.0-4"
2451
+ },
2452
+ "lsb-base": {
2453
+ "arch": "all",
2454
+ "version": "10.2019051400"
2455
+ },
2456
+ "lsb-release": {
2457
+ "arch": "all",
2458
+ "version": "10.2019051400"
2459
+ },
2460
+ "man-db": {
2461
+ "arch": "amd64",
2462
+ "version": "2.8.5-2"
2463
+ },
2464
+ "manpages": {
2465
+ "arch": "all",
2466
+ "version": "4.16-2"
2467
+ },
2468
+ "mawk": {
2469
+ "arch": "amd64",
2470
+ "version": "1.3.3-17+b3"
2471
+ },
2472
+ "mime-support": {
2473
+ "arch": "all",
2474
+ "version": "3.62"
2475
+ },
2476
+ "mount": {
2477
+ "arch": "amd64",
2478
+ "version": "2.33.1-0.1"
2479
+ },
2480
+ "nano": {
2481
+ "arch": "amd64",
2482
+ "version": "3.2-3"
2483
+ },
2484
+ "ncurses-base": {
2485
+ "arch": "all",
2486
+ "version": "6.1+20181013-2+deb10u2"
2487
+ },
2488
+ "ncurses-bin": {
2489
+ "arch": "amd64",
2490
+ "version": "6.1+20181013-2+deb10u2"
2491
+ },
2492
+ "net-tools": {
2493
+ "arch": "amd64",
2494
+ "version": "1.60+git20180626.aebd88e-1"
2495
+ },
2496
+ "netbase": {
2497
+ "arch": "all",
2498
+ "version": "5.6"
2499
+ },
2500
+ "openssh-client": {
2501
+ "arch": "amd64",
2502
+ "version": "1:7.9p1-10+deb10u2"
2503
+ },
2504
+ "openssh-server": {
2505
+ "arch": "amd64",
2506
+ "version": "1:7.9p1-10+deb10u2"
2507
+ },
2508
+ "openssh-sftp-server": {
2509
+ "arch": "amd64",
2510
+ "version": "1:7.9p1-10+deb10u2"
2511
+ },
2512
+ "openssl": {
2513
+ "arch": "amd64",
2514
+ "version": "1.1.1d-0+deb10u7"
2515
+ },
2516
+ "passwd": {
2517
+ "arch": "amd64",
2518
+ "version": "1:4.5-1.1"
2519
+ },
2520
+ "pciutils": {
2521
+ "arch": "amd64",
2522
+ "version": "1:3.5.2-1"
2523
+ },
2524
+ "perl-base": {
2525
+ "arch": "amd64",
2526
+ "version": "5.28.1-6+deb10u1"
2527
+ },
2528
+ "procps": {
2529
+ "arch": "amd64",
2530
+ "version": "2:3.3.15-2"
2531
+ },
2532
+ "psmisc": {
2533
+ "arch": "amd64",
2534
+ "version": "23.2-1+deb10u1"
2535
+ },
2536
+ "publicsuffix": {
2537
+ "arch": "all",
2538
+ "version": "20190415.1030-1"
2539
+ },
2540
+ "python": {
2541
+ "arch": "amd64",
2542
+ "version": "2.7.16-1"
2543
+ },
2544
+ "python-apt-common": {
2545
+ "arch": "all",
2546
+ "version": "1.8.4.3"
2547
+ },
2548
+ "python-boto": {
2549
+ "arch": "all",
2550
+ "version": "2.44.0-1.1"
2551
+ },
2552
+ "python-certifi": {
2553
+ "arch": "all",
2554
+ "version": "2018.8.24-1"
2555
+ },
2556
+ "python-chardet": {
2557
+ "arch": "all",
2558
+ "version": "3.0.4-3"
2559
+ },
2560
+ "python-idna": {
2561
+ "arch": "all",
2562
+ "version": "2.6-1"
2563
+ },
2564
+ "python-minimal": {
2565
+ "arch": "amd64",
2566
+ "version": "2.7.16-1"
2567
+ },
2568
+ "python-pkg-resources": {
2569
+ "arch": "all",
2570
+ "version": "40.8.0-1"
2571
+ },
2572
+ "python-requests": {
2573
+ "arch": "all",
2574
+ "version": "2.21.0-1"
2575
+ },
2576
+ "python-six": {
2577
+ "arch": "all",
2578
+ "version": "1.12.0-1"
2579
+ },
2580
+ "python-urllib3": {
2581
+ "arch": "all",
2582
+ "version": "1.24.1-1"
2583
+ },
2584
+ "python2": {
2585
+ "arch": "amd64",
2586
+ "version": "2.7.16-1"
2587
+ },
2588
+ "python2-minimal": {
2589
+ "arch": "amd64",
2590
+ "version": "2.7.16-1"
2591
+ },
2592
+ "python2.7": {
2593
+ "arch": "amd64",
2594
+ "version": "2.7.16-2+deb10u1"
2595
+ },
2596
+ "python2.7-minimal": {
2597
+ "arch": "amd64",
2598
+ "version": "2.7.16-2+deb10u1"
2599
+ },
2600
+ "python3": {
2601
+ "arch": "amd64",
2602
+ "version": "3.7.3-1"
2603
+ },
2604
+ "python3-apt": {
2605
+ "arch": "amd64",
2606
+ "version": "1.8.4.3"
2607
+ },
2608
+ "python3-asn1crypto": {
2609
+ "arch": "all",
2610
+ "version": "0.24.0-1"
2611
+ },
2612
+ "python3-blinker": {
2613
+ "arch": "all",
2614
+ "version": "1.4+dfsg1-0.2"
2615
+ },
2616
+ "python3-boto": {
2617
+ "arch": "all",
2618
+ "version": "2.44.0-1.1"
2619
+ },
2620
+ "python3-botocore": {
2621
+ "arch": "all",
2622
+ "version": "1.12.103+repack-1"
2623
+ },
2624
+ "python3-certifi": {
2625
+ "arch": "all",
2626
+ "version": "2018.8.24-1"
2627
+ },
2628
+ "python3-cffi-backend": {
2629
+ "arch": "amd64",
2630
+ "version": "1.12.2-1"
2631
+ },
2632
+ "python3-chardet": {
2633
+ "arch": "all",
2634
+ "version": "3.0.4-3"
2635
+ },
2636
+ "python3-colorama": {
2637
+ "arch": "all",
2638
+ "version": "0.3.7-1"
2639
+ },
2640
+ "python3-configobj": {
2641
+ "arch": "all",
2642
+ "version": "5.0.6-3"
2643
+ },
2644
+ "python3-cryptography": {
2645
+ "arch": "amd64",
2646
+ "version": "2.6.1-3+deb10u2"
2647
+ },
2648
+ "python3-dateutil": {
2649
+ "arch": "all",
2650
+ "version": "2.7.3-3"
2651
+ },
2652
+ "python3-dbus": {
2653
+ "arch": "amd64",
2654
+ "version": "1.2.8-3"
2655
+ },
2656
+ "python3-debconf": {
2657
+ "arch": "all",
2658
+ "version": "1.5.71+deb10u1"
2659
+ },
2660
+ "python3-debian": {
2661
+ "arch": "all",
2662
+ "version": "0.1.35"
2663
+ },
2664
+ "python3-debianbts": {
2665
+ "arch": "all",
2666
+ "version": "2.8.2"
2667
+ },
2668
+ "python3-distro-info": {
2669
+ "arch": "all",
2670
+ "version": "0.21"
2671
+ },
2672
+ "python3-docutils": {
2673
+ "arch": "all",
2674
+ "version": "0.14+dfsg-4"
2675
+ },
2676
+ "python3-httplib2": {
2677
+ "arch": "all",
2678
+ "version": "0.11.3-2"
2679
+ },
2680
+ "python3-idna": {
2681
+ "arch": "all",
2682
+ "version": "2.6-1"
2683
+ },
2684
+ "python3-jinja2": {
2685
+ "arch": "all",
2686
+ "version": "2.10-2"
2687
+ },
2688
+ "python3-jmespath": {
2689
+ "arch": "all",
2690
+ "version": "0.9.4-1"
2691
+ },
2692
+ "python3-json-pointer": {
2693
+ "arch": "all",
2694
+ "version": "1.10-1"
2695
+ },
2696
+ "python3-jsonpatch": {
2697
+ "arch": "all",
2698
+ "version": "1.21-1"
2699
+ },
2700
+ "python3-jsonschema": {
2701
+ "arch": "all",
2702
+ "version": "2.6.0-4"
2703
+ },
2704
+ "python3-jwt": {
2705
+ "arch": "all",
2706
+ "version": "1.7.0-2"
2707
+ },
2708
+ "python3-markupsafe": {
2709
+ "arch": "amd64",
2710
+ "version": "1.1.0-1"
2711
+ },
2712
+ "python3-minimal": {
2713
+ "arch": "amd64",
2714
+ "version": "3.7.3-1"
2715
+ },
2716
+ "python3-oauthlib": {
2717
+ "arch": "all",
2718
+ "version": "2.1.0-1"
2719
+ },
2720
+ "python3-pkg-resources": {
2721
+ "arch": "all",
2722
+ "version": "40.8.0-1"
2723
+ },
2724
+ "python3-pyasn1": {
2725
+ "arch": "all",
2726
+ "version": "0.4.2-3"
2727
+ },
2728
+ "python3-pycurl": {
2729
+ "arch": "amd64",
2730
+ "version": "7.43.0.2-0.1"
2731
+ },
2732
+ "python3-pysimplesoap": {
2733
+ "arch": "all",
2734
+ "version": "1.16.2-1"
2735
+ },
2736
+ "python3-reportbug": {
2737
+ "arch": "all",
2738
+ "version": "7.5.3~deb10u1"
2739
+ },
2740
+ "python3-requests": {
2741
+ "arch": "all",
2742
+ "version": "2.21.0-1"
2743
+ },
2744
+ "python3-roman": {
2745
+ "arch": "all",
2746
+ "version": "2.0.0-3"
2747
+ },
2748
+ "python3-rsa": {
2749
+ "arch": "all",
2750
+ "version": "4.0-2"
2751
+ },
2752
+ "python3-s3transfer": {
2753
+ "arch": "all",
2754
+ "version": "0.2.0-1"
2755
+ },
2756
+ "python3-six": {
2757
+ "arch": "all",
2758
+ "version": "1.12.0-1"
2759
+ },
2760
+ "python3-urllib3": {
2761
+ "arch": "all",
2762
+ "version": "1.24.1-1"
2763
+ },
2764
+ "python3-yaml": {
2765
+ "arch": "amd64",
2766
+ "version": "3.13-2"
2767
+ },
2768
+ "python3.7": {
2769
+ "arch": "amd64",
2770
+ "version": "3.7.3-2+deb10u3"
2771
+ },
2772
+ "python3.7-minimal": {
2773
+ "arch": "amd64",
2774
+ "version": "3.7.3-2+deb10u3"
2775
+ },
2776
+ "qemu-utils": {
2777
+ "arch": "amd64",
2778
+ "version": "1:3.1+dfsg-8+deb10u8"
2779
+ },
2780
+ "readline-common": {
2781
+ "arch": "all",
2782
+ "version": "7.0-5"
2783
+ },
2784
+ "reportbug": {
2785
+ "arch": "all",
2786
+ "version": "7.5.3~deb10u1"
2787
+ },
2788
+ "rsyslog": {
2789
+ "arch": "amd64",
2790
+ "version": "8.1901.0-1"
2791
+ },
2792
+ "screen": {
2793
+ "arch": "amd64",
2794
+ "version": "4.6.2-3+deb10u1"
2795
+ },
2796
+ "sed": {
2797
+ "arch": "amd64",
2798
+ "version": "4.7-1"
2799
+ },
2800
+ "sensible-utils": {
2801
+ "arch": "all",
2802
+ "version": "0.0.12"
2803
+ },
2804
+ "sgml-base": {
2805
+ "arch": "all",
2806
+ "version": "1.29"
2807
+ },
2808
+ "socat": {
2809
+ "arch": "amd64",
2810
+ "version": "1.7.3.2-2"
2811
+ },
2812
+ "sudo": {
2813
+ "arch": "amd64",
2814
+ "version": "1.8.27-1+deb10u3"
2815
+ },
2816
+ "systemd": {
2817
+ "arch": "amd64",
2818
+ "version": "241-7~deb10u8"
2819
+ },
2820
+ "systemd-sysv": {
2821
+ "arch": "amd64",
2822
+ "version": "241-7~deb10u8"
2823
+ },
2824
+ "sysvinit-utils": {
2825
+ "arch": "amd64",
2826
+ "version": "2.93-8"
2827
+ },
2828
+ "tar": {
2829
+ "arch": "amd64",
2830
+ "version": "1.30+dfsg-6"
2831
+ },
2832
+ "tcpdump": {
2833
+ "arch": "amd64",
2834
+ "version": "4.9.3-1~deb10u2"
2835
+ },
2836
+ "traceroute": {
2837
+ "arch": "amd64",
2838
+ "version": "1:2.1.0-2"
2839
+ },
2840
+ "tzdata": {
2841
+ "arch": "all",
2842
+ "version": "2021a-0+deb10u2"
2843
+ },
2844
+ "ucf": {
2845
+ "arch": "all",
2846
+ "version": "3.0038+nmu1"
2847
+ },
2848
+ "udev": {
2849
+ "arch": "amd64",
2850
+ "version": "241-7~deb10u8"
2851
+ },
2852
+ "unattended-upgrades": {
2853
+ "arch": "all",
2854
+ "version": "1.11.2"
2855
+ },
2856
+ "util-linux": {
2857
+ "arch": "amd64",
2858
+ "version": "2.33.1-0.1"
2859
+ },
2860
+ "uuid-runtime": {
2861
+ "arch": "amd64",
2862
+ "version": "2.33.1-0.1"
2863
+ },
2864
+ "vim": {
2865
+ "arch": "amd64",
2866
+ "version": "2:8.1.0875-5"
2867
+ },
2868
+ "vim-common": {
2869
+ "arch": "all",
2870
+ "version": "2:8.1.0875-5"
2871
+ },
2872
+ "vim-runtime": {
2873
+ "arch": "all",
2874
+ "version": "2:8.1.0875-5"
2875
+ },
2876
+ "vim-tiny": {
2877
+ "arch": "amd64",
2878
+ "version": "2:8.1.0875-5"
2879
+ },
2880
+ "wget": {
2881
+ "arch": "amd64",
2882
+ "version": "1.20.1-1.1"
2883
+ },
2884
+ "whiptail": {
2885
+ "arch": "amd64",
2886
+ "version": "0.52.20-8"
2887
+ },
2888
+ "xml-core": {
2889
+ "arch": "all",
2890
+ "version": "0.18+nmu1"
2891
+ },
2892
+ "xxd": {
2893
+ "arch": "amd64",
2894
+ "version": "2:8.1.0875-5"
2895
+ },
2896
+ "xz-utils": {
2897
+ "arch": "amd64",
2898
+ "version": "5.2.4-1"
2899
+ },
2900
+ "zlib1g": {
2901
+ "arch": "amd64",
2902
+ "version": "1:1.2.11.dfsg-1"
2903
+ }
2904
+ },
2905
+ "platform": "debian",
2906
+ "platform_family": "debian",
2907
+ "platform_version": "10",
2908
+ "root_group": "root",
2909
+ "shells": [
2910
+ "/bin/sh",
2911
+ "/bin/bash",
2912
+ "/usr/bin/bash",
2913
+ "/bin/rbash",
2914
+ "/usr/bin/rbash",
2915
+ "/bin/dash",
2916
+ "/usr/bin/dash",
2917
+ "/usr/bin/screen"
2918
+ ],
2919
+ "time": {
2920
+ "timezone": "GMT"
2921
+ },
2922
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
2923
+ "uptime_seconds": 2646450,
2924
+ "virtualization": {
2925
+ "systems": {
2926
+ }
2927
+ }
2928
+ }