fauxhai-ng 8.3.1 → 8.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fauxhai/.DS_Store +0 -0
  3. data/lib/fauxhai/platforms/.DS_Store +0 -0
  4. data/lib/fauxhai/platforms/amazon/2.json +571 -560
  5. data/lib/fauxhai/platforms/amazon/2016.03.json +109 -109
  6. data/lib/fauxhai/platforms/amazon/2016.09.json +105 -105
  7. data/lib/fauxhai/platforms/amazon/2017.03.json +98 -98
  8. data/lib/fauxhai/platforms/amazon/2017.09.json +88 -88
  9. data/lib/fauxhai/platforms/amazon/2018.03.json +498 -505
  10. data/lib/fauxhai/platforms/centos/7.7.1908.json +104 -49
  11. data/lib/fauxhai/platforms/centos/7.8.2003.json +3797 -0
  12. data/lib/fauxhai/platforms/centos/8.json +47 -36
  13. data/lib/fauxhai/platforms/debian/10.json +44 -33
  14. data/lib/fauxhai/platforms/debian/9.11.json +52 -41
  15. data/lib/fauxhai/platforms/debian/9.12.json +47 -36
  16. data/lib/fauxhai/platforms/debian/9.8.json +46 -35
  17. data/lib/fauxhai/platforms/debian/9.9.json +47 -36
  18. data/lib/fauxhai/platforms/fedora/31.json +672 -657
  19. data/lib/fauxhai/platforms/fedora/32.json +670 -669
  20. data/lib/fauxhai/platforms/opensuse/15.1.json +48 -48
  21. data/lib/fauxhai/platforms/opensuse/15.2.json +5961 -0
  22. data/lib/fauxhai/platforms/redhat/6.10.json +40 -31
  23. data/lib/fauxhai/platforms/redhat/6.9.json +49 -40
  24. data/lib/fauxhai/platforms/redhat/7.4.json +54 -45
  25. data/lib/fauxhai/platforms/redhat/7.5.json +56 -47
  26. data/lib/fauxhai/platforms/redhat/7.6.json +510 -659
  27. data/lib/fauxhai/platforms/redhat/7.7.json +54 -45
  28. data/lib/fauxhai/platforms/redhat/7.8.json +3954 -0
  29. data/lib/fauxhai/platforms/redhat/8.json +61 -50
  30. data/lib/fauxhai/platforms/ubuntu/16.04.json +154 -139
  31. data/lib/fauxhai/platforms/ubuntu/18.04.json +250 -239
  32. data/lib/fauxhai/platforms/ubuntu/20.04.json +221 -460
  33. data/lib/fauxhai/version.rb +1 -1
  34. metadata +6 -3
@@ -10,12 +10,12 @@
10
10
  },
11
11
  "chef_packages": {
12
12
  "chef": {
13
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib",
14
- "version": "16.0.257"
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
14
+ "version": "16.6.14"
15
15
  },
16
16
  "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai",
18
- "version": "16.0.20"
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
18
+ "version": "16.6.5"
19
19
  }
20
20
  },
21
21
  "command": {
@@ -81,8 +81,6 @@
81
81
  "Address": "0xE8000",
82
82
  "BIOS Revision": "4.2",
83
83
  "Characteristics": {
84
- "EDD is supported": null,
85
- "PCI is supported": null,
86
84
  "Targeted content distribution is supported": null
87
85
  },
88
86
  "ROM Size": "64 kB",
@@ -188,8 +186,8 @@
188
186
  "Manufacturer": "Xen",
189
187
  "Product Name": "HVM domU",
190
188
  "SKU Number": "Not Specified",
191
- "Serial Number": "ec220d93-4bf4-b473-8aef-e97327f01063",
192
- "UUID": "ec220d93-4bf4-b473-8aef-e97327f01063",
189
+ "Serial Number": "ec29abdb-8787-66dc-8635-53c6e36a3553",
190
+ "UUID": "ec29abdb-8787-66dc-8635-53c6e36a3553",
193
191
  "Version": "4.2.amazon",
194
192
  "Wake-up Type": "Power Switch",
195
193
  "application_identifier": "System Information",
@@ -200,9 +198,9 @@
200
198
  "family": "Not Specified",
201
199
  "manufacturer": "Xen",
202
200
  "product_name": "HVM domU",
203
- "serial_number": "ec220d93-4bf4-b473-8aef-e97327f01063",
201
+ "serial_number": "ec29abdb-8787-66dc-8635-53c6e36a3553",
204
202
  "sku_number": "Not Specified",
205
- "uuid": "ec220d93-4bf4-b473-8aef-e97327f01063",
203
+ "uuid": "ec29abdb-8787-66dc-8635-53c6e36a3553",
206
204
  "version": "4.2.amazon",
207
205
  "wake_up_type": "Power Switch"
208
206
  }
@@ -218,12 +216,12 @@
218
216
  },
219
217
  "/dev/xvda2": {
220
218
  "fs_type": "xfs",
221
- "inodes_available": "5203995",
219
+ "inodes_available": "5204413",
222
220
  "inodes_percent_used": "1%",
223
- "inodes_used": "37845",
224
- "kb_available": "9273324",
221
+ "inodes_used": "37427",
222
+ "kb_available": "9262860",
225
223
  "kb_size": "10473452",
226
- "kb_used": "1200128",
224
+ "kb_used": "1210592",
227
225
  "mount_options": [
228
226
  "rw",
229
227
  "relatime",
@@ -248,20 +246,20 @@
248
246
  "noexec",
249
247
  "relatime",
250
248
  "seclabel",
251
- "pids"
249
+ "hugetlb"
252
250
  ],
253
251
  "mounts": [
254
252
  "/sys/fs/cgroup/systemd",
255
- "/sys/fs/cgroup/cpu,cpuacct",
256
- "/sys/fs/cgroup/devices",
257
- "/sys/fs/cgroup/net_cls,net_prio",
258
- "/sys/fs/cgroup/hugetlb",
259
- "/sys/fs/cgroup/cpuset",
260
- "/sys/fs/cgroup/freezer",
261
253
  "/sys/fs/cgroup/blkio",
254
+ "/sys/fs/cgroup/net_cls,net_prio",
262
255
  "/sys/fs/cgroup/perf_event",
256
+ "/sys/fs/cgroup/freezer",
257
+ "/sys/fs/cgroup/cpu,cpuacct",
258
+ "/sys/fs/cgroup/cpuset",
259
+ "/sys/fs/cgroup/pids",
263
260
  "/sys/fs/cgroup/memory",
264
- "/sys/fs/cgroup/pids"
261
+ "/sys/fs/cgroup/devices",
262
+ "/sys/fs/cgroup/hugetlb"
265
263
  ]
266
264
  },
267
265
  "configfs": {
@@ -421,13 +419,13 @@
421
419
  "mount_options": [
422
420
  "rw",
423
421
  "relatime",
424
- "fd=28",
422
+ "fd=21",
425
423
  "pgrp=1",
426
424
  "timeout=0",
427
425
  "minproto=5",
428
426
  "maxproto=5",
429
427
  "direct",
430
- "pipe_ino=12643"
428
+ "pipe_ino=12535"
431
429
  ],
432
430
  "mounts": [
433
431
  "/proc/sys/fs/binfmt_misc"
@@ -469,12 +467,12 @@
469
467
  "rootfs"
470
468
  ],
471
469
  "fs_type": "rootfs",
472
- "inodes_available": "5203995",
470
+ "inodes_available": "5204413",
473
471
  "inodes_percent_used": "1%",
474
- "inodes_used": "37845",
475
- "kb_available": "9273324",
472
+ "inodes_used": "37427",
473
+ "kb_available": "9262860",
476
474
  "kb_size": "10473452",
477
- "kb_used": "1200128",
475
+ "kb_used": "1210592",
478
476
  "mount_options": [
479
477
  "rw"
480
478
  ],
@@ -583,13 +581,13 @@
583
581
  "mount_options": [
584
582
  "rw",
585
583
  "relatime",
586
- "fd=28",
584
+ "fd=21",
587
585
  "pgrp=1",
588
586
  "timeout=0",
589
587
  "minproto=5",
590
588
  "maxproto=5",
591
589
  "direct",
592
- "pipe_ino=12643"
590
+ "pipe_ino=12535"
593
591
  ]
594
592
  },
595
593
  "/run": {
@@ -910,12 +908,12 @@
910
908
  "/dev/xvda2,/": {
911
909
  "device": "/dev/xvda2",
912
910
  "fs_type": "xfs",
913
- "inodes_available": "5203995",
911
+ "inodes_available": "5204413",
914
912
  "inodes_percent_used": "1%",
915
- "inodes_used": "37845",
916
- "kb_available": "9273324",
913
+ "inodes_used": "37427",
914
+ "kb_available": "9262860",
917
915
  "kb_size": "10473452",
918
- "kb_used": "1200128",
916
+ "kb_used": "1210592",
919
917
  "mount": "/",
920
918
  "mount_options": [
921
919
  "rw",
@@ -1234,13 +1232,13 @@
1234
1232
  "mount_options": [
1235
1233
  "rw",
1236
1234
  "relatime",
1237
- "fd=28",
1235
+ "fd=21",
1238
1236
  "pgrp=1",
1239
1237
  "timeout=0",
1240
1238
  "minproto=5",
1241
1239
  "maxproto=5",
1242
1240
  "direct",
1243
- "pipe_ino=12643"
1241
+ "pipe_ino=12535"
1244
1242
  ]
1245
1243
  },
1246
1244
  "tmpfs,/dev/shm": {
@@ -1331,7 +1329,7 @@
1331
1329
  },
1332
1330
  "fips": {
1333
1331
  "kernel": {
1334
- "enabled": false
1332
+ "enabled": true
1335
1333
  }
1336
1334
  },
1337
1335
  "fqdn": "fauxhai.local",
@@ -1522,7 +1520,18 @@
1522
1520
  "bin_dir": "/usr/local/bin",
1523
1521
  "gem_bin": "/usr/local/bin/gem",
1524
1522
  "gems_dir": "/usr/local/gems",
1525
- "ruby_bin": "/usr/local/bin/ruby"
1523
+ "host": "x86_64-pc-linux-gnu",
1524
+ "host_cpu": "x86_64",
1525
+ "host_os": "linux-gnu",
1526
+ "host_vendor": "pc",
1527
+ "platform": "x86_64-linux",
1528
+ "release_date": "2020-10-01",
1529
+ "ruby_bin": "/usr/local/bin/ruby",
1530
+ "target": "x86_64-pc-linux-gnu",
1531
+ "target_cpu": "x86_64",
1532
+ "target_os": "linux",
1533
+ "target_vendor": "pc",
1534
+ "version": "2.7.2"
1526
1535
  }
1527
1536
  },
1528
1537
  "lsb": {},
@@ -1620,7 +1629,7 @@
1620
1629
  }
1621
1630
  }
1622
1631
  },
1623
- "ohai_time": 1588214689.4340808,
1632
+ "ohai_time": 1604984543.130904,
1624
1633
  "os": "linux",
1625
1634
  "os_version": "3.10.0-1062.4.3.el7.x86_64",
1626
1635
  "packages": {
@@ -1767,9 +1776,9 @@
1767
1776
  "chef": {
1768
1777
  "arch": "x86_64",
1769
1778
  "epoch": "0",
1770
- "installdate": "1588214687",
1779
+ "installdate": "1604984541",
1771
1780
  "release": "1.el7",
1772
- "version": "16.0.257"
1781
+ "version": "16.6.14"
1773
1782
  },
1774
1783
  "chkconfig": {
1775
1784
  "arch": "x86_64",
@@ -2166,21 +2175,21 @@
2166
2175
  "gpg-pubkey": {
2167
2176
  "arch": "(none)",
2168
2177
  "epoch": "0",
2169
- "installdate": "1588214675",
2178
+ "installdate": "1604984529",
2170
2179
  "release": "45700c69",
2171
2180
  "version": "2fa658e0",
2172
2181
  "versions": [
2173
2182
  {
2174
2183
  "arch": "(none)",
2175
2184
  "epoch": "0",
2176
- "installdate": "1588214675",
2185
+ "installdate": "1604984529",
2177
2186
  "release": "4ae0493b",
2178
2187
  "version": "fd431d51"
2179
2188
  },
2180
2189
  {
2181
2190
  "arch": "(none)",
2182
2191
  "epoch": "0",
2183
- "installdate": "1588214675",
2192
+ "installdate": "1604984529",
2184
2193
  "release": "45700c69",
2185
2194
  "version": "2fa658e0"
2186
2195
  }
@@ -3934,7 +3943,7 @@
3934
3943
  "platform_family": "rhel",
3935
3944
  "platform_version": "7.7",
3936
3945
  "root_group": "root",
3937
- "shard_seed": 210708778,
3946
+ "shard_seed": 217959769,
3938
3947
  "shells": [
3939
3948
  "/bin/sh",
3940
3949
  "/bin/bash",
@@ -0,0 +1,3954 @@
1
+ {
2
+ "block_device": {
3
+ "xvda": {
4
+ "logical_block_size": "512",
5
+ "physical_block_size": "512",
6
+ "removable": "0",
7
+ "rotational": "0",
8
+ "size": "20971520"
9
+ }
10
+ },
11
+ "chef_packages": {
12
+ "chef": {
13
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
14
+ "version": "16.6.14"
15
+ },
16
+ "ohai": {
17
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
18
+ "version": "16.6.5"
19
+ }
20
+ },
21
+ "command": {
22
+ "ps": "ps -ef"
23
+ },
24
+ "counters": {
25
+ "network": {
26
+ "interfaces": {
27
+ "eth0": {
28
+ "rx": {
29
+ "bytes": 0,
30
+ "compressed": 0,
31
+ "drop": 0,
32
+ "errors": 0,
33
+ "frame": 0,
34
+ "multicast": 0,
35
+ "overrun": 0,
36
+ "packets": 0
37
+ },
38
+ "tx": {
39
+ "bytes": 0,
40
+ "carrier": 0,
41
+ "collisions": 0,
42
+ "compressed": 0,
43
+ "drop": 0,
44
+ "errors": 0,
45
+ "overrun": 0,
46
+ "packets": 0
47
+ }
48
+ },
49
+ "lo": {
50
+ "rx": {
51
+ "bytes": 0,
52
+ "drop": 0,
53
+ "errors": 0,
54
+ "overrun": 0,
55
+ "packets": 0
56
+ },
57
+ "tx": {
58
+ "bytes": 0,
59
+ "carrier": 0,
60
+ "collisions": 0,
61
+ "drop": 0,
62
+ "errors": 0,
63
+ "packets": 0,
64
+ "queuelen": "1"
65
+ }
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "cpu": {
71
+ "cores": 1,
72
+ "real": 1,
73
+ "total": 1
74
+ },
75
+ "current_user": "fauxhai",
76
+ "dmi": {
77
+ "bios": {
78
+ "address": "0xE8000",
79
+ "all_records": [
80
+ {
81
+ "Address": "0xE8000",
82
+ "BIOS Revision": "4.2",
83
+ "Characteristics": {
84
+ "Targeted content distribution is supported": null
85
+ },
86
+ "ROM Size": "64 kB",
87
+ "Release Date": "08/24/2006",
88
+ "Runtime Size": "96 kB",
89
+ "Vendor": "Xen",
90
+ "Version": "4.2.amazon",
91
+ "application_identifier": "BIOS Information",
92
+ "record_id": "0x0000",
93
+ "size": "0"
94
+ }
95
+ ],
96
+ "bios_revision": "4.2",
97
+ "release_date": "08/24/2006",
98
+ "rom_size": "64 kB",
99
+ "runtime_size": "96 kB",
100
+ "vendor": "Xen",
101
+ "version": "4.2.amazon"
102
+ },
103
+ "chassis": {
104
+ "all_records": [
105
+ {
106
+ "Asset Tag": "Not Specified",
107
+ "Boot-up State": "Safe",
108
+ "Lock": "Not Present",
109
+ "Manufacturer": "Xen",
110
+ "Power Supply State": "Safe",
111
+ "Security Status": "Unknown",
112
+ "Serial Number": "Not Specified",
113
+ "Thermal State": "Safe",
114
+ "Type": "Other",
115
+ "Version": "Not Specified",
116
+ "application_identifier": "Chassis Information",
117
+ "record_id": "0x0300",
118
+ "size": "3"
119
+ }
120
+ ],
121
+ "asset_tag": "Not Specified",
122
+ "boot_up_state": "Safe",
123
+ "lock": "Not Present",
124
+ "manufacturer": "Xen",
125
+ "power_supply_state": "Safe",
126
+ "security_status": "Unknown",
127
+ "serial_number": "Not Specified",
128
+ "thermal_state": "Safe",
129
+ "type": "Other",
130
+ "version": "Not Specified"
131
+ },
132
+ "dmidecode_version": "3.2",
133
+ "oem_strings": {
134
+ "all_records": [
135
+ {
136
+ "String 1": "Xen",
137
+ "application_identifier": "OEM Strings",
138
+ "record_id": "0x0B00",
139
+ "size": "11"
140
+ }
141
+ ],
142
+ "string_1": "Xen"
143
+ },
144
+ "processor": {
145
+ "all_records": [
146
+ {
147
+ "Current Speed": "2400 MHz",
148
+ "External Clock": "Unknown",
149
+ "Family": "Other",
150
+ "ID": "F2 06 03 00 FF FB 89 17",
151
+ "Manufacturer": "Intel",
152
+ "Max Speed": "2400 MHz",
153
+ "Socket Designation": "CPU 1",
154
+ "Status": "Populated, Enabled",
155
+ "Type": "Central Processor",
156
+ "Upgrade": "Other",
157
+ "Version": "Not Specified",
158
+ "Voltage": "Unknown",
159
+ "application_identifier": "Processor Information",
160
+ "record_id": "0x0401",
161
+ "size": "4"
162
+ }
163
+ ],
164
+ "current_speed": "2400 MHz",
165
+ "external_clock": "Unknown",
166
+ "family": "Other",
167
+ "id": "F2 06 03 00 FF FB 89 17",
168
+ "manufacturer": "Intel",
169
+ "max_speed": "2400 MHz",
170
+ "socket_designation": "CPU 1",
171
+ "status": "Populated, Enabled",
172
+ "type": "Central Processor",
173
+ "upgrade": "Other",
174
+ "version": "Not Specified",
175
+ "voltage": "Unknown"
176
+ },
177
+ "smbios_version": "2.7",
178
+ "structures": {
179
+ "count": "11",
180
+ "size": "359"
181
+ },
182
+ "system": {
183
+ "all_records": [
184
+ {
185
+ "Family": "Not Specified",
186
+ "Manufacturer": "Xen",
187
+ "Product Name": "HVM domU",
188
+ "SKU Number": "Not Specified",
189
+ "Serial Number": "ec215381-d87a-e143-6a2d-fd3eddadebab",
190
+ "UUID": "ec215381-d87a-e143-6a2d-fd3eddadebab",
191
+ "Version": "4.2.amazon",
192
+ "Wake-up Type": "Power Switch",
193
+ "application_identifier": "System Information",
194
+ "record_id": "0x0100",
195
+ "size": "1"
196
+ }
197
+ ],
198
+ "family": "Not Specified",
199
+ "manufacturer": "Xen",
200
+ "product_name": "HVM domU",
201
+ "serial_number": "ec215381-d87a-e143-6a2d-fd3eddadebab",
202
+ "sku_number": "Not Specified",
203
+ "uuid": "ec215381-d87a-e143-6a2d-fd3eddadebab",
204
+ "version": "4.2.amazon",
205
+ "wake_up_type": "Power Switch"
206
+ }
207
+ },
208
+ "domain": "local",
209
+ "filesystem": {
210
+ "by_device": {
211
+ "/dev/xvda": {
212
+ "mounts": []
213
+ },
214
+ "/dev/xvda1": {
215
+ "mounts": []
216
+ },
217
+ "/dev/xvda2": {
218
+ "fs_type": "xfs",
219
+ "inodes_available": "5204396",
220
+ "inodes_percent_used": "1%",
221
+ "inodes_used": "37444",
222
+ "kb_available": "9354364",
223
+ "kb_size": "10473452",
224
+ "kb_used": "1119088",
225
+ "mount_options": [
226
+ "rw",
227
+ "relatime",
228
+ "seclabel",
229
+ "attr2",
230
+ "inode64",
231
+ "noquota"
232
+ ],
233
+ "mounts": [
234
+ "/"
235
+ ],
236
+ "percent_used": "11%",
237
+ "total_inodes": "5241840",
238
+ "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f"
239
+ },
240
+ "cgroup": {
241
+ "fs_type": "cgroup",
242
+ "mount_options": [
243
+ "rw",
244
+ "nosuid",
245
+ "nodev",
246
+ "noexec",
247
+ "relatime",
248
+ "seclabel",
249
+ "perf_event"
250
+ ],
251
+ "mounts": [
252
+ "/sys/fs/cgroup/systemd",
253
+ "/sys/fs/cgroup/net_cls,net_prio",
254
+ "/sys/fs/cgroup/devices",
255
+ "/sys/fs/cgroup/freezer",
256
+ "/sys/fs/cgroup/pids",
257
+ "/sys/fs/cgroup/blkio",
258
+ "/sys/fs/cgroup/hugetlb",
259
+ "/sys/fs/cgroup/cpu,cpuacct",
260
+ "/sys/fs/cgroup/cpuset",
261
+ "/sys/fs/cgroup/memory",
262
+ "/sys/fs/cgroup/perf_event"
263
+ ]
264
+ },
265
+ "configfs": {
266
+ "fs_type": "configfs",
267
+ "mount_options": [
268
+ "rw",
269
+ "relatime"
270
+ ],
271
+ "mounts": [
272
+ "/sys/kernel/config"
273
+ ]
274
+ },
275
+ "debugfs": {
276
+ "fs_type": "debugfs",
277
+ "mount_options": [
278
+ "rw",
279
+ "relatime"
280
+ ],
281
+ "mounts": [
282
+ "/sys/kernel/debug"
283
+ ]
284
+ },
285
+ "devpts": {
286
+ "fs_type": "devpts",
287
+ "mount_options": [
288
+ "rw",
289
+ "nosuid",
290
+ "noexec",
291
+ "relatime",
292
+ "seclabel",
293
+ "gid=5",
294
+ "mode=620",
295
+ "ptmxmode=000"
296
+ ],
297
+ "mounts": [
298
+ "/dev/pts"
299
+ ]
300
+ },
301
+ "devtmpfs": {
302
+ "fs_type": "devtmpfs",
303
+ "inodes_available": "120439",
304
+ "inodes_percent_used": "1%",
305
+ "inodes_used": "279",
306
+ "kb_available": "482872",
307
+ "kb_size": "482872",
308
+ "kb_used": "0",
309
+ "mount_options": [
310
+ "rw",
311
+ "nosuid",
312
+ "seclabel",
313
+ "size=482872k",
314
+ "nr_inodes=120718",
315
+ "mode=755"
316
+ ],
317
+ "mounts": [
318
+ "/dev"
319
+ ],
320
+ "percent_used": "0%",
321
+ "total_inodes": "120718"
322
+ },
323
+ "hugetlbfs": {
324
+ "fs_type": "hugetlbfs",
325
+ "mount_options": [
326
+ "rw",
327
+ "relatime",
328
+ "seclabel"
329
+ ],
330
+ "mounts": [
331
+ "/dev/hugepages"
332
+ ]
333
+ },
334
+ "mqueue": {
335
+ "fs_type": "mqueue",
336
+ "mount_options": [
337
+ "rw",
338
+ "relatime",
339
+ "seclabel"
340
+ ],
341
+ "mounts": [
342
+ "/dev/mqueue"
343
+ ]
344
+ },
345
+ "proc": {
346
+ "fs_type": "proc",
347
+ "mount_options": [
348
+ "rw",
349
+ "nosuid",
350
+ "nodev",
351
+ "noexec",
352
+ "relatime"
353
+ ],
354
+ "mounts": [
355
+ "/proc"
356
+ ]
357
+ },
358
+ "pstore": {
359
+ "fs_type": "pstore",
360
+ "mount_options": [
361
+ "rw",
362
+ "nosuid",
363
+ "nodev",
364
+ "noexec",
365
+ "relatime"
366
+ ],
367
+ "mounts": [
368
+ "/sys/fs/pstore"
369
+ ]
370
+ },
371
+ "rootfs": {
372
+ "fs_type": "rootfs",
373
+ "mount_options": [
374
+ "rw"
375
+ ],
376
+ "mounts": [
377
+ "/"
378
+ ]
379
+ },
380
+ "securityfs": {
381
+ "fs_type": "securityfs",
382
+ "mount_options": [
383
+ "rw",
384
+ "nosuid",
385
+ "nodev",
386
+ "noexec",
387
+ "relatime"
388
+ ],
389
+ "mounts": [
390
+ "/sys/kernel/security"
391
+ ]
392
+ },
393
+ "selinuxfs": {
394
+ "fs_type": "selinuxfs",
395
+ "mount_options": [
396
+ "rw",
397
+ "relatime"
398
+ ],
399
+ "mounts": [
400
+ "/sys/fs/selinux"
401
+ ]
402
+ },
403
+ "sysfs": {
404
+ "fs_type": "sysfs",
405
+ "mount_options": [
406
+ "rw",
407
+ "nosuid",
408
+ "nodev",
409
+ "noexec",
410
+ "relatime",
411
+ "seclabel"
412
+ ],
413
+ "mounts": [
414
+ "/sys"
415
+ ]
416
+ },
417
+ "systemd-1": {
418
+ "fs_type": "autofs",
419
+ "mount_options": [
420
+ "rw",
421
+ "relatime",
422
+ "fd=24",
423
+ "pgrp=1",
424
+ "timeout=0",
425
+ "minproto=5",
426
+ "maxproto=5",
427
+ "direct",
428
+ "pipe_ino=12723"
429
+ ],
430
+ "mounts": [
431
+ "/proc/sys/fs/binfmt_misc"
432
+ ]
433
+ },
434
+ "tmpfs": {
435
+ "fs_type": "tmpfs",
436
+ "inodes_available": "126622",
437
+ "inodes_percent_used": "1%",
438
+ "inodes_used": "1",
439
+ "kb_available": "101300",
440
+ "kb_size": "101300",
441
+ "kb_used": "0",
442
+ "mount_options": [
443
+ "rw",
444
+ "nosuid",
445
+ "nodev",
446
+ "relatime",
447
+ "seclabel",
448
+ "size=101300k",
449
+ "mode=700",
450
+ "uid=1000",
451
+ "gid=1000"
452
+ ],
453
+ "mounts": [
454
+ "/dev/shm",
455
+ "/run",
456
+ "/sys/fs/cgroup",
457
+ "/run/user/1000"
458
+ ],
459
+ "percent_used": "0%",
460
+ "total_inodes": "126623"
461
+ }
462
+ },
463
+ "by_mountpoint": {
464
+ "/": {
465
+ "devices": [
466
+ "/dev/xvda2",
467
+ "rootfs"
468
+ ],
469
+ "fs_type": "rootfs",
470
+ "inodes_available": "5204396",
471
+ "inodes_percent_used": "1%",
472
+ "inodes_used": "37444",
473
+ "kb_available": "9354364",
474
+ "kb_size": "10473452",
475
+ "kb_used": "1119088",
476
+ "mount_options": [
477
+ "rw"
478
+ ],
479
+ "percent_used": "11%",
480
+ "total_inodes": "5241840",
481
+ "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f"
482
+ },
483
+ "/dev": {
484
+ "devices": [
485
+ "devtmpfs"
486
+ ],
487
+ "fs_type": "devtmpfs",
488
+ "inodes_available": "120439",
489
+ "inodes_percent_used": "1%",
490
+ "inodes_used": "279",
491
+ "kb_available": "482872",
492
+ "kb_size": "482872",
493
+ "kb_used": "0",
494
+ "mount_options": [
495
+ "rw",
496
+ "nosuid",
497
+ "seclabel",
498
+ "size=482872k",
499
+ "nr_inodes=120718",
500
+ "mode=755"
501
+ ],
502
+ "percent_used": "0%",
503
+ "total_inodes": "120718"
504
+ },
505
+ "/dev/hugepages": {
506
+ "devices": [
507
+ "hugetlbfs"
508
+ ],
509
+ "fs_type": "hugetlbfs",
510
+ "mount_options": [
511
+ "rw",
512
+ "relatime",
513
+ "seclabel"
514
+ ]
515
+ },
516
+ "/dev/mqueue": {
517
+ "devices": [
518
+ "mqueue"
519
+ ],
520
+ "fs_type": "mqueue",
521
+ "mount_options": [
522
+ "rw",
523
+ "relatime",
524
+ "seclabel"
525
+ ]
526
+ },
527
+ "/dev/pts": {
528
+ "devices": [
529
+ "devpts"
530
+ ],
531
+ "fs_type": "devpts",
532
+ "mount_options": [
533
+ "rw",
534
+ "nosuid",
535
+ "noexec",
536
+ "relatime",
537
+ "seclabel",
538
+ "gid=5",
539
+ "mode=620",
540
+ "ptmxmode=000"
541
+ ]
542
+ },
543
+ "/dev/shm": {
544
+ "devices": [
545
+ "tmpfs"
546
+ ],
547
+ "fs_type": "tmpfs",
548
+ "inodes_available": "126622",
549
+ "inodes_percent_used": "1%",
550
+ "inodes_used": "1",
551
+ "kb_available": "506492",
552
+ "kb_size": "506492",
553
+ "kb_used": "0",
554
+ "mount_options": [
555
+ "rw",
556
+ "nosuid",
557
+ "nodev",
558
+ "seclabel"
559
+ ],
560
+ "percent_used": "0%",
561
+ "total_inodes": "126623"
562
+ },
563
+ "/proc": {
564
+ "devices": [
565
+ "proc"
566
+ ],
567
+ "fs_type": "proc",
568
+ "mount_options": [
569
+ "rw",
570
+ "nosuid",
571
+ "nodev",
572
+ "noexec",
573
+ "relatime"
574
+ ]
575
+ },
576
+ "/proc/sys/fs/binfmt_misc": {
577
+ "devices": [
578
+ "systemd-1"
579
+ ],
580
+ "fs_type": "autofs",
581
+ "mount_options": [
582
+ "rw",
583
+ "relatime",
584
+ "fd=24",
585
+ "pgrp=1",
586
+ "timeout=0",
587
+ "minproto=5",
588
+ "maxproto=5",
589
+ "direct",
590
+ "pipe_ino=12723"
591
+ ]
592
+ },
593
+ "/run": {
594
+ "devices": [
595
+ "tmpfs"
596
+ ],
597
+ "fs_type": "tmpfs",
598
+ "inodes_available": "126240",
599
+ "inodes_percent_used": "1%",
600
+ "inodes_used": "383",
601
+ "kb_available": "493336",
602
+ "kb_size": "506492",
603
+ "kb_used": "13156",
604
+ "mount_options": [
605
+ "rw",
606
+ "nosuid",
607
+ "nodev",
608
+ "seclabel",
609
+ "mode=755"
610
+ ],
611
+ "percent_used": "3%",
612
+ "total_inodes": "126623"
613
+ },
614
+ "/run/user/1000": {
615
+ "devices": [
616
+ "tmpfs"
617
+ ],
618
+ "fs_type": "tmpfs",
619
+ "inodes_available": "126622",
620
+ "inodes_percent_used": "1%",
621
+ "inodes_used": "1",
622
+ "kb_available": "101300",
623
+ "kb_size": "101300",
624
+ "kb_used": "0",
625
+ "mount_options": [
626
+ "rw",
627
+ "nosuid",
628
+ "nodev",
629
+ "relatime",
630
+ "seclabel",
631
+ "size=101300k",
632
+ "mode=700",
633
+ "uid=1000",
634
+ "gid=1000"
635
+ ],
636
+ "percent_used": "0%",
637
+ "total_inodes": "126623"
638
+ },
639
+ "/sys": {
640
+ "devices": [
641
+ "sysfs"
642
+ ],
643
+ "fs_type": "sysfs",
644
+ "mount_options": [
645
+ "rw",
646
+ "nosuid",
647
+ "nodev",
648
+ "noexec",
649
+ "relatime",
650
+ "seclabel"
651
+ ]
652
+ },
653
+ "/sys/fs/cgroup": {
654
+ "devices": [
655
+ "tmpfs"
656
+ ],
657
+ "fs_type": "tmpfs",
658
+ "inodes_available": "126607",
659
+ "inodes_percent_used": "1%",
660
+ "inodes_used": "16",
661
+ "kb_available": "506492",
662
+ "kb_size": "506492",
663
+ "kb_used": "0",
664
+ "mount_options": [
665
+ "ro",
666
+ "nosuid",
667
+ "nodev",
668
+ "noexec",
669
+ "seclabel",
670
+ "mode=755"
671
+ ],
672
+ "percent_used": "0%",
673
+ "total_inodes": "126623"
674
+ },
675
+ "/sys/fs/cgroup/blkio": {
676
+ "devices": [
677
+ "cgroup"
678
+ ],
679
+ "fs_type": "cgroup",
680
+ "mount_options": [
681
+ "rw",
682
+ "nosuid",
683
+ "nodev",
684
+ "noexec",
685
+ "relatime",
686
+ "seclabel",
687
+ "blkio"
688
+ ]
689
+ },
690
+ "/sys/fs/cgroup/cpu,cpuacct": {
691
+ "devices": [
692
+ "cgroup"
693
+ ],
694
+ "fs_type": "cgroup",
695
+ "mount_options": [
696
+ "rw",
697
+ "nosuid",
698
+ "nodev",
699
+ "noexec",
700
+ "relatime",
701
+ "seclabel",
702
+ "cpuacct",
703
+ "cpu"
704
+ ]
705
+ },
706
+ "/sys/fs/cgroup/cpuset": {
707
+ "devices": [
708
+ "cgroup"
709
+ ],
710
+ "fs_type": "cgroup",
711
+ "mount_options": [
712
+ "rw",
713
+ "nosuid",
714
+ "nodev",
715
+ "noexec",
716
+ "relatime",
717
+ "seclabel",
718
+ "cpuset"
719
+ ]
720
+ },
721
+ "/sys/fs/cgroup/devices": {
722
+ "devices": [
723
+ "cgroup"
724
+ ],
725
+ "fs_type": "cgroup",
726
+ "mount_options": [
727
+ "rw",
728
+ "nosuid",
729
+ "nodev",
730
+ "noexec",
731
+ "relatime",
732
+ "seclabel",
733
+ "devices"
734
+ ]
735
+ },
736
+ "/sys/fs/cgroup/freezer": {
737
+ "devices": [
738
+ "cgroup"
739
+ ],
740
+ "fs_type": "cgroup",
741
+ "mount_options": [
742
+ "rw",
743
+ "nosuid",
744
+ "nodev",
745
+ "noexec",
746
+ "relatime",
747
+ "seclabel",
748
+ "freezer"
749
+ ]
750
+ },
751
+ "/sys/fs/cgroup/hugetlb": {
752
+ "devices": [
753
+ "cgroup"
754
+ ],
755
+ "fs_type": "cgroup",
756
+ "mount_options": [
757
+ "rw",
758
+ "nosuid",
759
+ "nodev",
760
+ "noexec",
761
+ "relatime",
762
+ "seclabel",
763
+ "hugetlb"
764
+ ]
765
+ },
766
+ "/sys/fs/cgroup/memory": {
767
+ "devices": [
768
+ "cgroup"
769
+ ],
770
+ "fs_type": "cgroup",
771
+ "mount_options": [
772
+ "rw",
773
+ "nosuid",
774
+ "nodev",
775
+ "noexec",
776
+ "relatime",
777
+ "seclabel",
778
+ "memory"
779
+ ]
780
+ },
781
+ "/sys/fs/cgroup/net_cls,net_prio": {
782
+ "devices": [
783
+ "cgroup"
784
+ ],
785
+ "fs_type": "cgroup",
786
+ "mount_options": [
787
+ "rw",
788
+ "nosuid",
789
+ "nodev",
790
+ "noexec",
791
+ "relatime",
792
+ "seclabel",
793
+ "net_prio",
794
+ "net_cls"
795
+ ]
796
+ },
797
+ "/sys/fs/cgroup/perf_event": {
798
+ "devices": [
799
+ "cgroup"
800
+ ],
801
+ "fs_type": "cgroup",
802
+ "mount_options": [
803
+ "rw",
804
+ "nosuid",
805
+ "nodev",
806
+ "noexec",
807
+ "relatime",
808
+ "seclabel",
809
+ "perf_event"
810
+ ]
811
+ },
812
+ "/sys/fs/cgroup/pids": {
813
+ "devices": [
814
+ "cgroup"
815
+ ],
816
+ "fs_type": "cgroup",
817
+ "mount_options": [
818
+ "rw",
819
+ "nosuid",
820
+ "nodev",
821
+ "noexec",
822
+ "relatime",
823
+ "seclabel",
824
+ "pids"
825
+ ]
826
+ },
827
+ "/sys/fs/cgroup/systemd": {
828
+ "devices": [
829
+ "cgroup"
830
+ ],
831
+ "fs_type": "cgroup",
832
+ "mount_options": [
833
+ "rw",
834
+ "nosuid",
835
+ "nodev",
836
+ "noexec",
837
+ "relatime",
838
+ "seclabel",
839
+ "xattr",
840
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
841
+ "name=systemd"
842
+ ]
843
+ },
844
+ "/sys/fs/pstore": {
845
+ "devices": [
846
+ "pstore"
847
+ ],
848
+ "fs_type": "pstore",
849
+ "mount_options": [
850
+ "rw",
851
+ "nosuid",
852
+ "nodev",
853
+ "noexec",
854
+ "relatime"
855
+ ]
856
+ },
857
+ "/sys/fs/selinux": {
858
+ "devices": [
859
+ "selinuxfs"
860
+ ],
861
+ "fs_type": "selinuxfs",
862
+ "mount_options": [
863
+ "rw",
864
+ "relatime"
865
+ ]
866
+ },
867
+ "/sys/kernel/config": {
868
+ "devices": [
869
+ "configfs"
870
+ ],
871
+ "fs_type": "configfs",
872
+ "mount_options": [
873
+ "rw",
874
+ "relatime"
875
+ ]
876
+ },
877
+ "/sys/kernel/debug": {
878
+ "devices": [
879
+ "debugfs"
880
+ ],
881
+ "fs_type": "debugfs",
882
+ "mount_options": [
883
+ "rw",
884
+ "relatime"
885
+ ]
886
+ },
887
+ "/sys/kernel/security": {
888
+ "devices": [
889
+ "securityfs"
890
+ ],
891
+ "fs_type": "securityfs",
892
+ "mount_options": [
893
+ "rw",
894
+ "nosuid",
895
+ "nodev",
896
+ "noexec",
897
+ "relatime"
898
+ ]
899
+ }
900
+ },
901
+ "by_pair": {
902
+ "/dev/xvda,": {
903
+ "device": "/dev/xvda"
904
+ },
905
+ "/dev/xvda1,": {
906
+ "device": "/dev/xvda1"
907
+ },
908
+ "/dev/xvda2,/": {
909
+ "device": "/dev/xvda2",
910
+ "fs_type": "xfs",
911
+ "inodes_available": "5204396",
912
+ "inodes_percent_used": "1%",
913
+ "inodes_used": "37444",
914
+ "kb_available": "9354364",
915
+ "kb_size": "10473452",
916
+ "kb_used": "1119088",
917
+ "mount": "/",
918
+ "mount_options": [
919
+ "rw",
920
+ "relatime",
921
+ "seclabel",
922
+ "attr2",
923
+ "inode64",
924
+ "noquota"
925
+ ],
926
+ "percent_used": "11%",
927
+ "total_inodes": "5241840",
928
+ "uuid": "0c063760-bbbb-4c36-b41f-6e8030796c7f"
929
+ },
930
+ "cgroup,/sys/fs/cgroup/blkio": {
931
+ "device": "cgroup",
932
+ "fs_type": "cgroup",
933
+ "mount": "/sys/fs/cgroup/blkio",
934
+ "mount_options": [
935
+ "rw",
936
+ "nosuid",
937
+ "nodev",
938
+ "noexec",
939
+ "relatime",
940
+ "seclabel",
941
+ "blkio"
942
+ ]
943
+ },
944
+ "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
945
+ "device": "cgroup",
946
+ "fs_type": "cgroup",
947
+ "mount": "/sys/fs/cgroup/cpu,cpuacct",
948
+ "mount_options": [
949
+ "rw",
950
+ "nosuid",
951
+ "nodev",
952
+ "noexec",
953
+ "relatime",
954
+ "seclabel",
955
+ "cpuacct",
956
+ "cpu"
957
+ ]
958
+ },
959
+ "cgroup,/sys/fs/cgroup/cpuset": {
960
+ "device": "cgroup",
961
+ "fs_type": "cgroup",
962
+ "mount": "/sys/fs/cgroup/cpuset",
963
+ "mount_options": [
964
+ "rw",
965
+ "nosuid",
966
+ "nodev",
967
+ "noexec",
968
+ "relatime",
969
+ "seclabel",
970
+ "cpuset"
971
+ ]
972
+ },
973
+ "cgroup,/sys/fs/cgroup/devices": {
974
+ "device": "cgroup",
975
+ "fs_type": "cgroup",
976
+ "mount": "/sys/fs/cgroup/devices",
977
+ "mount_options": [
978
+ "rw",
979
+ "nosuid",
980
+ "nodev",
981
+ "noexec",
982
+ "relatime",
983
+ "seclabel",
984
+ "devices"
985
+ ]
986
+ },
987
+ "cgroup,/sys/fs/cgroup/freezer": {
988
+ "device": "cgroup",
989
+ "fs_type": "cgroup",
990
+ "mount": "/sys/fs/cgroup/freezer",
991
+ "mount_options": [
992
+ "rw",
993
+ "nosuid",
994
+ "nodev",
995
+ "noexec",
996
+ "relatime",
997
+ "seclabel",
998
+ "freezer"
999
+ ]
1000
+ },
1001
+ "cgroup,/sys/fs/cgroup/hugetlb": {
1002
+ "device": "cgroup",
1003
+ "fs_type": "cgroup",
1004
+ "mount": "/sys/fs/cgroup/hugetlb",
1005
+ "mount_options": [
1006
+ "rw",
1007
+ "nosuid",
1008
+ "nodev",
1009
+ "noexec",
1010
+ "relatime",
1011
+ "seclabel",
1012
+ "hugetlb"
1013
+ ]
1014
+ },
1015
+ "cgroup,/sys/fs/cgroup/memory": {
1016
+ "device": "cgroup",
1017
+ "fs_type": "cgroup",
1018
+ "mount": "/sys/fs/cgroup/memory",
1019
+ "mount_options": [
1020
+ "rw",
1021
+ "nosuid",
1022
+ "nodev",
1023
+ "noexec",
1024
+ "relatime",
1025
+ "seclabel",
1026
+ "memory"
1027
+ ]
1028
+ },
1029
+ "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
1030
+ "device": "cgroup",
1031
+ "fs_type": "cgroup",
1032
+ "mount": "/sys/fs/cgroup/net_cls,net_prio",
1033
+ "mount_options": [
1034
+ "rw",
1035
+ "nosuid",
1036
+ "nodev",
1037
+ "noexec",
1038
+ "relatime",
1039
+ "seclabel",
1040
+ "net_prio",
1041
+ "net_cls"
1042
+ ]
1043
+ },
1044
+ "cgroup,/sys/fs/cgroup/perf_event": {
1045
+ "device": "cgroup",
1046
+ "fs_type": "cgroup",
1047
+ "mount": "/sys/fs/cgroup/perf_event",
1048
+ "mount_options": [
1049
+ "rw",
1050
+ "nosuid",
1051
+ "nodev",
1052
+ "noexec",
1053
+ "relatime",
1054
+ "seclabel",
1055
+ "perf_event"
1056
+ ]
1057
+ },
1058
+ "cgroup,/sys/fs/cgroup/pids": {
1059
+ "device": "cgroup",
1060
+ "fs_type": "cgroup",
1061
+ "mount": "/sys/fs/cgroup/pids",
1062
+ "mount_options": [
1063
+ "rw",
1064
+ "nosuid",
1065
+ "nodev",
1066
+ "noexec",
1067
+ "relatime",
1068
+ "seclabel",
1069
+ "pids"
1070
+ ]
1071
+ },
1072
+ "cgroup,/sys/fs/cgroup/systemd": {
1073
+ "device": "cgroup",
1074
+ "fs_type": "cgroup",
1075
+ "mount": "/sys/fs/cgroup/systemd",
1076
+ "mount_options": [
1077
+ "rw",
1078
+ "nosuid",
1079
+ "nodev",
1080
+ "noexec",
1081
+ "relatime",
1082
+ "seclabel",
1083
+ "xattr",
1084
+ "release_agent=/usr/lib/systemd/systemd-cgroups-agent",
1085
+ "name=systemd"
1086
+ ]
1087
+ },
1088
+ "configfs,/sys/kernel/config": {
1089
+ "device": "configfs",
1090
+ "fs_type": "configfs",
1091
+ "mount": "/sys/kernel/config",
1092
+ "mount_options": [
1093
+ "rw",
1094
+ "relatime"
1095
+ ]
1096
+ },
1097
+ "debugfs,/sys/kernel/debug": {
1098
+ "device": "debugfs",
1099
+ "fs_type": "debugfs",
1100
+ "mount": "/sys/kernel/debug",
1101
+ "mount_options": [
1102
+ "rw",
1103
+ "relatime"
1104
+ ]
1105
+ },
1106
+ "devpts,/dev/pts": {
1107
+ "device": "devpts",
1108
+ "fs_type": "devpts",
1109
+ "mount": "/dev/pts",
1110
+ "mount_options": [
1111
+ "rw",
1112
+ "nosuid",
1113
+ "noexec",
1114
+ "relatime",
1115
+ "seclabel",
1116
+ "gid=5",
1117
+ "mode=620",
1118
+ "ptmxmode=000"
1119
+ ]
1120
+ },
1121
+ "devtmpfs,/dev": {
1122
+ "device": "devtmpfs",
1123
+ "fs_type": "devtmpfs",
1124
+ "inodes_available": "120439",
1125
+ "inodes_percent_used": "1%",
1126
+ "inodes_used": "279",
1127
+ "kb_available": "482872",
1128
+ "kb_size": "482872",
1129
+ "kb_used": "0",
1130
+ "mount": "/dev",
1131
+ "mount_options": [
1132
+ "rw",
1133
+ "nosuid",
1134
+ "seclabel",
1135
+ "size=482872k",
1136
+ "nr_inodes=120718",
1137
+ "mode=755"
1138
+ ],
1139
+ "percent_used": "0%",
1140
+ "total_inodes": "120718"
1141
+ },
1142
+ "hugetlbfs,/dev/hugepages": {
1143
+ "device": "hugetlbfs",
1144
+ "fs_type": "hugetlbfs",
1145
+ "mount": "/dev/hugepages",
1146
+ "mount_options": [
1147
+ "rw",
1148
+ "relatime",
1149
+ "seclabel"
1150
+ ]
1151
+ },
1152
+ "mqueue,/dev/mqueue": {
1153
+ "device": "mqueue",
1154
+ "fs_type": "mqueue",
1155
+ "mount": "/dev/mqueue",
1156
+ "mount_options": [
1157
+ "rw",
1158
+ "relatime",
1159
+ "seclabel"
1160
+ ]
1161
+ },
1162
+ "proc,/proc": {
1163
+ "device": "proc",
1164
+ "fs_type": "proc",
1165
+ "mount": "/proc",
1166
+ "mount_options": [
1167
+ "rw",
1168
+ "nosuid",
1169
+ "nodev",
1170
+ "noexec",
1171
+ "relatime"
1172
+ ]
1173
+ },
1174
+ "pstore,/sys/fs/pstore": {
1175
+ "device": "pstore",
1176
+ "fs_type": "pstore",
1177
+ "mount": "/sys/fs/pstore",
1178
+ "mount_options": [
1179
+ "rw",
1180
+ "nosuid",
1181
+ "nodev",
1182
+ "noexec",
1183
+ "relatime"
1184
+ ]
1185
+ },
1186
+ "rootfs,/": {
1187
+ "device": "rootfs",
1188
+ "fs_type": "rootfs",
1189
+ "mount": "/",
1190
+ "mount_options": [
1191
+ "rw"
1192
+ ]
1193
+ },
1194
+ "securityfs,/sys/kernel/security": {
1195
+ "device": "securityfs",
1196
+ "fs_type": "securityfs",
1197
+ "mount": "/sys/kernel/security",
1198
+ "mount_options": [
1199
+ "rw",
1200
+ "nosuid",
1201
+ "nodev",
1202
+ "noexec",
1203
+ "relatime"
1204
+ ]
1205
+ },
1206
+ "selinuxfs,/sys/fs/selinux": {
1207
+ "device": "selinuxfs",
1208
+ "fs_type": "selinuxfs",
1209
+ "mount": "/sys/fs/selinux",
1210
+ "mount_options": [
1211
+ "rw",
1212
+ "relatime"
1213
+ ]
1214
+ },
1215
+ "sysfs,/sys": {
1216
+ "device": "sysfs",
1217
+ "fs_type": "sysfs",
1218
+ "mount": "/sys",
1219
+ "mount_options": [
1220
+ "rw",
1221
+ "nosuid",
1222
+ "nodev",
1223
+ "noexec",
1224
+ "relatime",
1225
+ "seclabel"
1226
+ ]
1227
+ },
1228
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
1229
+ "device": "systemd-1",
1230
+ "fs_type": "autofs",
1231
+ "mount": "/proc/sys/fs/binfmt_misc",
1232
+ "mount_options": [
1233
+ "rw",
1234
+ "relatime",
1235
+ "fd=24",
1236
+ "pgrp=1",
1237
+ "timeout=0",
1238
+ "minproto=5",
1239
+ "maxproto=5",
1240
+ "direct",
1241
+ "pipe_ino=12723"
1242
+ ]
1243
+ },
1244
+ "tmpfs,/dev/shm": {
1245
+ "device": "tmpfs",
1246
+ "fs_type": "tmpfs",
1247
+ "inodes_available": "126622",
1248
+ "inodes_percent_used": "1%",
1249
+ "inodes_used": "1",
1250
+ "kb_available": "506492",
1251
+ "kb_size": "506492",
1252
+ "kb_used": "0",
1253
+ "mount": "/dev/shm",
1254
+ "mount_options": [
1255
+ "rw",
1256
+ "nosuid",
1257
+ "nodev",
1258
+ "seclabel"
1259
+ ],
1260
+ "percent_used": "0%",
1261
+ "total_inodes": "126623"
1262
+ },
1263
+ "tmpfs,/run": {
1264
+ "device": "tmpfs",
1265
+ "fs_type": "tmpfs",
1266
+ "inodes_available": "126240",
1267
+ "inodes_percent_used": "1%",
1268
+ "inodes_used": "383",
1269
+ "kb_available": "493336",
1270
+ "kb_size": "506492",
1271
+ "kb_used": "13156",
1272
+ "mount": "/run",
1273
+ "mount_options": [
1274
+ "rw",
1275
+ "nosuid",
1276
+ "nodev",
1277
+ "seclabel",
1278
+ "mode=755"
1279
+ ],
1280
+ "percent_used": "3%",
1281
+ "total_inodes": "126623"
1282
+ },
1283
+ "tmpfs,/run/user/1000": {
1284
+ "device": "tmpfs",
1285
+ "fs_type": "tmpfs",
1286
+ "inodes_available": "126622",
1287
+ "inodes_percent_used": "1%",
1288
+ "inodes_used": "1",
1289
+ "kb_available": "101300",
1290
+ "kb_size": "101300",
1291
+ "kb_used": "0",
1292
+ "mount": "/run/user/1000",
1293
+ "mount_options": [
1294
+ "rw",
1295
+ "nosuid",
1296
+ "nodev",
1297
+ "relatime",
1298
+ "seclabel",
1299
+ "size=101300k",
1300
+ "mode=700",
1301
+ "uid=1000",
1302
+ "gid=1000"
1303
+ ],
1304
+ "percent_used": "0%",
1305
+ "total_inodes": "126623"
1306
+ },
1307
+ "tmpfs,/sys/fs/cgroup": {
1308
+ "device": "tmpfs",
1309
+ "fs_type": "tmpfs",
1310
+ "inodes_available": "126607",
1311
+ "inodes_percent_used": "1%",
1312
+ "inodes_used": "16",
1313
+ "kb_available": "506492",
1314
+ "kb_size": "506492",
1315
+ "kb_used": "0",
1316
+ "mount": "/sys/fs/cgroup",
1317
+ "mount_options": [
1318
+ "ro",
1319
+ "nosuid",
1320
+ "nodev",
1321
+ "noexec",
1322
+ "seclabel",
1323
+ "mode=755"
1324
+ ],
1325
+ "percent_used": "0%",
1326
+ "total_inodes": "126623"
1327
+ }
1328
+ }
1329
+ },
1330
+ "fips": {
1331
+ "kernel": {
1332
+ "enabled": true
1333
+ }
1334
+ },
1335
+ "fqdn": "fauxhai.local",
1336
+ "hostname": "Fauxhai",
1337
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
1338
+ "idletime_seconds": 2646450,
1339
+ "init_package": "systemd",
1340
+ "ipaddress": "10.0.0.2",
1341
+ "kernel": {
1342
+ "machine": "x86_64",
1343
+ "modules": {
1344
+ "ablk_helper": {
1345
+ "refcount": "1",
1346
+ "size": "13597"
1347
+ },
1348
+ "aesni_intel": {
1349
+ "refcount": "0",
1350
+ "size": "189456"
1351
+ },
1352
+ "ata_generic": {
1353
+ "refcount": "0",
1354
+ "size": "12923",
1355
+ "version": "0.2.15"
1356
+ },
1357
+ "ata_piix": {
1358
+ "refcount": "0",
1359
+ "size": "35052",
1360
+ "version": "2.13"
1361
+ },
1362
+ "cirrus": {
1363
+ "refcount": "1",
1364
+ "size": "24171"
1365
+ },
1366
+ "crc32_pclmul": {
1367
+ "refcount": "0",
1368
+ "size": "13133"
1369
+ },
1370
+ "crc32c_intel": {
1371
+ "refcount": "1",
1372
+ "size": "22094"
1373
+ },
1374
+ "crct10dif_common": {
1375
+ "refcount": "1",
1376
+ "size": "12595"
1377
+ },
1378
+ "crct10dif_pclmul": {
1379
+ "refcount": "0",
1380
+ "size": "14307"
1381
+ },
1382
+ "cryptd": {
1383
+ "refcount": "3",
1384
+ "size": "21190"
1385
+ },
1386
+ "drm": {
1387
+ "refcount": "4",
1388
+ "size": "456166"
1389
+ },
1390
+ "drm_kms_helper": {
1391
+ "refcount": "1",
1392
+ "size": "186531"
1393
+ },
1394
+ "drm_panel_orientation_quirks": {
1395
+ "refcount": "1",
1396
+ "size": "17180"
1397
+ },
1398
+ "fb_sys_fops": {
1399
+ "refcount": "1",
1400
+ "size": "12703"
1401
+ },
1402
+ "floppy": {
1403
+ "refcount": "0",
1404
+ "size": "69432"
1405
+ },
1406
+ "gf128mul": {
1407
+ "refcount": "1",
1408
+ "size": "15139"
1409
+ },
1410
+ "ghash_clmulni_intel": {
1411
+ "refcount": "0",
1412
+ "size": "13273"
1413
+ },
1414
+ "glue_helper": {
1415
+ "refcount": "1",
1416
+ "size": "13990"
1417
+ },
1418
+ "i2c_piix4": {
1419
+ "refcount": "0",
1420
+ "size": "22401"
1421
+ },
1422
+ "intel_rapl": {
1423
+ "refcount": "0",
1424
+ "size": "19451"
1425
+ },
1426
+ "iosf_mbi": {
1427
+ "refcount": "1",
1428
+ "size": "15582"
1429
+ },
1430
+ "ip_tables": {
1431
+ "refcount": "0",
1432
+ "size": "27126"
1433
+ },
1434
+ "libata": {
1435
+ "refcount": "3",
1436
+ "size": "243094",
1437
+ "version": "3.00"
1438
+ },
1439
+ "libcrc32c": {
1440
+ "refcount": "1",
1441
+ "size": "12644"
1442
+ },
1443
+ "lrw": {
1444
+ "refcount": "1",
1445
+ "size": "13286"
1446
+ },
1447
+ "parport": {
1448
+ "refcount": "2",
1449
+ "size": "46395"
1450
+ },
1451
+ "parport_pc": {
1452
+ "refcount": "0",
1453
+ "size": "28205"
1454
+ },
1455
+ "pata_acpi": {
1456
+ "refcount": "0",
1457
+ "size": "13053",
1458
+ "version": "0.2.3"
1459
+ },
1460
+ "pcspkr": {
1461
+ "refcount": "0",
1462
+ "size": "12718"
1463
+ },
1464
+ "ppdev": {
1465
+ "refcount": "0",
1466
+ "size": "17671"
1467
+ },
1468
+ "sb_edac": {
1469
+ "refcount": "0",
1470
+ "size": "32114"
1471
+ },
1472
+ "serio_raw": {
1473
+ "refcount": "0",
1474
+ "size": "13434"
1475
+ },
1476
+ "syscopyarea": {
1477
+ "refcount": "1",
1478
+ "size": "12529"
1479
+ },
1480
+ "sysfillrect": {
1481
+ "refcount": "1",
1482
+ "size": "12701"
1483
+ },
1484
+ "sysimgblt": {
1485
+ "refcount": "1",
1486
+ "size": "12640"
1487
+ },
1488
+ "ttm": {
1489
+ "refcount": "1",
1490
+ "size": "96673"
1491
+ },
1492
+ "xen_blkfront": {
1493
+ "refcount": "2",
1494
+ "size": "26966"
1495
+ },
1496
+ "xen_netfront": {
1497
+ "refcount": "0",
1498
+ "size": "27206"
1499
+ },
1500
+ "xfs": {
1501
+ "refcount": "1",
1502
+ "size": "997681"
1503
+ }
1504
+ },
1505
+ "name": "Linux",
1506
+ "os": "GNU/Linux",
1507
+ "processor": "x86_64",
1508
+ "release": "3.10.0-1127.18.2.el7.x86_64",
1509
+ "version": "#1 SMP Mon Jul 20 22:32:16 UTC 2020"
1510
+ },
1511
+ "keys": {
1512
+ "ssh": {
1513
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1514
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1515
+ }
1516
+ },
1517
+ "languages": {
1518
+ "powershell": null,
1519
+ "ruby": {
1520
+ "bin_dir": "/usr/local/bin",
1521
+ "gem_bin": "/usr/local/bin/gem",
1522
+ "gems_dir": "/usr/local/gems",
1523
+ "host": "x86_64-pc-linux-gnu",
1524
+ "host_cpu": "x86_64",
1525
+ "host_os": "linux-gnu",
1526
+ "host_vendor": "pc",
1527
+ "platform": "x86_64-linux",
1528
+ "release_date": "2020-10-01",
1529
+ "ruby_bin": "/usr/local/bin/ruby",
1530
+ "target": "x86_64-pc-linux-gnu",
1531
+ "target_cpu": "x86_64",
1532
+ "target_os": "linux",
1533
+ "target_vendor": "pc",
1534
+ "version": "2.7.2"
1535
+ }
1536
+ },
1537
+ "lsb": {},
1538
+ "macaddress": "11:11:11:11:11:11",
1539
+ "machinename": "Fauxhai",
1540
+ "memory": {
1541
+ "total": "1048576kB"
1542
+ },
1543
+ "network": {
1544
+ "default_gateway": "10.0.0.1",
1545
+ "default_interface": "eth0",
1546
+ "interfaces": {
1547
+ "eth0": {
1548
+ "addresses": {
1549
+ "10.0.0.2": {
1550
+ "broadcast": "10.0.0.255",
1551
+ "family": "inet",
1552
+ "ip_scope": "RFC1918 PRIVATE",
1553
+ "netmask": "255.255.255.0",
1554
+ "prefixlen": "24",
1555
+ "scope": "Global"
1556
+ },
1557
+ "11:11:11:11:11:11": {
1558
+ "family": "lladdr"
1559
+ },
1560
+ "fe80::11:1111:1111:1111": {
1561
+ "family": "inet6",
1562
+ "ip_scope": "LINK LOCAL UNICAST",
1563
+ "prefixlen": "64",
1564
+ "scope": "Link",
1565
+ "tags": []
1566
+ }
1567
+ },
1568
+ "arp": {
1569
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1570
+ },
1571
+ "encapsulation": "Ethernet",
1572
+ "flags": [
1573
+ "BROADCAST",
1574
+ "MULTICAST",
1575
+ "UP",
1576
+ "LOWER_UP"
1577
+ ],
1578
+ "mtu": "1500",
1579
+ "number": "0",
1580
+ "ring_params": {},
1581
+ "routes": [
1582
+ {
1583
+ "destination": "default",
1584
+ "family": "inet",
1585
+ "via": "10.0.0.1"
1586
+ },
1587
+ {
1588
+ "destination": "10.0.0.0/24",
1589
+ "family": "inet",
1590
+ "proto": "kernel",
1591
+ "scope": "link",
1592
+ "src": "10.0.0.2"
1593
+ },
1594
+ {
1595
+ "destination": "fe80::/64",
1596
+ "family": "inet6",
1597
+ "metric": "256",
1598
+ "proto": "kernel"
1599
+ }
1600
+ ],
1601
+ "state": "up",
1602
+ "type": "eth"
1603
+ },
1604
+ "lo": {
1605
+ "addresses": {
1606
+ "127.0.0.1": {
1607
+ "family": "inet",
1608
+ "ip_scope": "LOOPBACK",
1609
+ "netmask": "255.0.0.0",
1610
+ "prefixlen": "8",
1611
+ "scope": "Node"
1612
+ },
1613
+ "::1": {
1614
+ "family": "inet6",
1615
+ "ip_scope": "LINK LOCAL LOOPBACK",
1616
+ "prefixlen": "128",
1617
+ "scope": "Node",
1618
+ "tags": []
1619
+ }
1620
+ },
1621
+ "encapsulation": "Loopback",
1622
+ "flags": [
1623
+ "LOOPBACK",
1624
+ "UP",
1625
+ "LOWER_UP"
1626
+ ],
1627
+ "mtu": "65536",
1628
+ "state": "unknown"
1629
+ }
1630
+ }
1631
+ },
1632
+ "ohai_time": 1604984531.6341612,
1633
+ "os": "linux",
1634
+ "os_version": "3.10.0-1127.18.2.el7.x86_64",
1635
+ "packages": {
1636
+ "NetworkManager": {
1637
+ "arch": "x86_64",
1638
+ "epoch": "1",
1639
+ "installdate": "1596446164",
1640
+ "release": "3.el7",
1641
+ "version": "1.18.4"
1642
+ },
1643
+ "NetworkManager-config-server": {
1644
+ "arch": "noarch",
1645
+ "epoch": "1",
1646
+ "installdate": "1596446202",
1647
+ "release": "3.el7",
1648
+ "version": "1.18.4"
1649
+ },
1650
+ "NetworkManager-libnm": {
1651
+ "arch": "x86_64",
1652
+ "epoch": "1",
1653
+ "installdate": "1596446147",
1654
+ "release": "3.el7",
1655
+ "version": "1.18.4"
1656
+ },
1657
+ "NetworkManager-team": {
1658
+ "arch": "x86_64",
1659
+ "epoch": "1",
1660
+ "installdate": "1596446169",
1661
+ "release": "3.el7",
1662
+ "version": "1.18.4"
1663
+ },
1664
+ "NetworkManager-tui": {
1665
+ "arch": "x86_64",
1666
+ "epoch": "1",
1667
+ "installdate": "1596446169",
1668
+ "release": "3.el7",
1669
+ "version": "1.18.4"
1670
+ },
1671
+ "PyYAML": {
1672
+ "arch": "x86_64",
1673
+ "epoch": "0",
1674
+ "installdate": "1596446129",
1675
+ "release": "11.el7",
1676
+ "version": "3.10"
1677
+ },
1678
+ "Red_Hat_Enterprise_Linux-Release_Notes-7-en-US": {
1679
+ "arch": "noarch",
1680
+ "epoch": "0",
1681
+ "installdate": "1596446200",
1682
+ "release": "2.el7",
1683
+ "version": "7"
1684
+ },
1685
+ "acl": {
1686
+ "arch": "x86_64",
1687
+ "epoch": "0",
1688
+ "installdate": "1596446053",
1689
+ "release": "15.el7",
1690
+ "version": "2.2.51"
1691
+ },
1692
+ "audit": {
1693
+ "arch": "x86_64",
1694
+ "epoch": "0",
1695
+ "installdate": "1596446191",
1696
+ "release": "4.el7",
1697
+ "version": "2.8.5"
1698
+ },
1699
+ "audit-libs": {
1700
+ "arch": "x86_64",
1701
+ "epoch": "0",
1702
+ "installdate": "1596446040",
1703
+ "release": "4.el7",
1704
+ "version": "2.8.5"
1705
+ },
1706
+ "audit-libs-python": {
1707
+ "arch": "x86_64",
1708
+ "epoch": "0",
1709
+ "installdate": "1596446110",
1710
+ "release": "4.el7",
1711
+ "version": "2.8.5"
1712
+ },
1713
+ "authconfig": {
1714
+ "arch": "x86_64",
1715
+ "epoch": "0",
1716
+ "installdate": "1596446191",
1717
+ "release": "30.el7",
1718
+ "version": "6.2.8"
1719
+ },
1720
+ "basesystem": {
1721
+ "arch": "noarch",
1722
+ "epoch": "0",
1723
+ "installdate": "1596446019",
1724
+ "release": "7.el7",
1725
+ "version": "10.0"
1726
+ },
1727
+ "bash": {
1728
+ "arch": "x86_64",
1729
+ "epoch": "0",
1730
+ "installdate": "1596446034",
1731
+ "release": "34.el7",
1732
+ "version": "4.2.46"
1733
+ },
1734
+ "bind-export-libs": {
1735
+ "arch": "x86_64",
1736
+ "epoch": "32",
1737
+ "installdate": "1596446114",
1738
+ "release": "16.P2.el7_8.6",
1739
+ "version": "9.11.4"
1740
+ },
1741
+ "binutils": {
1742
+ "arch": "x86_64",
1743
+ "epoch": "0",
1744
+ "installdate": "1596446117",
1745
+ "release": "43.base.el7_8.1",
1746
+ "version": "2.27"
1747
+ },
1748
+ "btrfs-progs": {
1749
+ "arch": "x86_64",
1750
+ "epoch": "0",
1751
+ "installdate": "1596446201",
1752
+ "release": "1.el7",
1753
+ "version": "4.9.1"
1754
+ },
1755
+ "bzip2-libs": {
1756
+ "arch": "x86_64",
1757
+ "epoch": "0",
1758
+ "installdate": "1596446036",
1759
+ "release": "13.el7",
1760
+ "version": "1.0.6"
1761
+ },
1762
+ "ca-certificates": {
1763
+ "arch": "noarch",
1764
+ "epoch": "0",
1765
+ "installdate": "1596446082",
1766
+ "release": "70.0.el7_8",
1767
+ "version": "2020.2.41"
1768
+ },
1769
+ "checkpolicy": {
1770
+ "arch": "x86_64",
1771
+ "epoch": "0",
1772
+ "installdate": "1596446163",
1773
+ "release": "8.el7",
1774
+ "version": "2.5"
1775
+ },
1776
+ "chef": {
1777
+ "arch": "x86_64",
1778
+ "epoch": "0",
1779
+ "installdate": "1604984529",
1780
+ "release": "1.el7",
1781
+ "version": "16.6.14"
1782
+ },
1783
+ "chkconfig": {
1784
+ "arch": "x86_64",
1785
+ "epoch": "0",
1786
+ "installdate": "1596446036",
1787
+ "release": "1.el7",
1788
+ "version": "1.7.4"
1789
+ },
1790
+ "chrony": {
1791
+ "arch": "x86_64",
1792
+ "epoch": "0",
1793
+ "installdate": "1596446192",
1794
+ "release": "1.el7",
1795
+ "version": "3.4"
1796
+ },
1797
+ "cloud-init": {
1798
+ "arch": "x86_64",
1799
+ "epoch": "0",
1800
+ "installdate": "1596446170",
1801
+ "release": "6.el7_8.5",
1802
+ "version": "18.5"
1803
+ },
1804
+ "cloud-utils-growpart": {
1805
+ "arch": "noarch",
1806
+ "epoch": "0",
1807
+ "installdate": "1596446197",
1808
+ "release": "5.el7",
1809
+ "version": "0.29"
1810
+ },
1811
+ "coreutils": {
1812
+ "arch": "x86_64",
1813
+ "epoch": "0",
1814
+ "installdate": "1596446084",
1815
+ "release": "24.el7",
1816
+ "version": "8.22"
1817
+ },
1818
+ "cpio": {
1819
+ "arch": "x86_64",
1820
+ "epoch": "0",
1821
+ "installdate": "1596446041",
1822
+ "release": "27.el7",
1823
+ "version": "2.11"
1824
+ },
1825
+ "cracklib": {
1826
+ "arch": "x86_64",
1827
+ "epoch": "0",
1828
+ "installdate": "1596446094",
1829
+ "release": "11.el7",
1830
+ "version": "2.9.0"
1831
+ },
1832
+ "cracklib-dicts": {
1833
+ "arch": "x86_64",
1834
+ "epoch": "0",
1835
+ "installdate": "1596446097",
1836
+ "release": "11.el7",
1837
+ "version": "2.9.0"
1838
+ },
1839
+ "cronie": {
1840
+ "arch": "x86_64",
1841
+ "epoch": "0",
1842
+ "installdate": "1596446144",
1843
+ "release": "23.el7",
1844
+ "version": "1.4.11"
1845
+ },
1846
+ "cronie-anacron": {
1847
+ "arch": "x86_64",
1848
+ "epoch": "0",
1849
+ "installdate": "1596446143",
1850
+ "release": "23.el7",
1851
+ "version": "1.4.11"
1852
+ },
1853
+ "crontabs": {
1854
+ "arch": "noarch",
1855
+ "epoch": "0",
1856
+ "installdate": "1596446143",
1857
+ "release": "6.20121102git.el7",
1858
+ "version": "1.11"
1859
+ },
1860
+ "cryptsetup-libs": {
1861
+ "arch": "x86_64",
1862
+ "epoch": "0",
1863
+ "installdate": "1596446132",
1864
+ "release": "6.el7",
1865
+ "version": "2.0.3"
1866
+ },
1867
+ "curl": {
1868
+ "arch": "x86_64",
1869
+ "epoch": "0",
1870
+ "installdate": "1596446119",
1871
+ "release": "57.el7_8.1",
1872
+ "version": "7.29.0"
1873
+ },
1874
+ "cyrus-sasl-lib": {
1875
+ "arch": "x86_64",
1876
+ "epoch": "0",
1877
+ "installdate": "1596446102",
1878
+ "release": "23.el7",
1879
+ "version": "2.1.26"
1880
+ },
1881
+ "dbus": {
1882
+ "arch": "x86_64",
1883
+ "epoch": "1",
1884
+ "installdate": "1596446138",
1885
+ "release": "14.el7_8",
1886
+ "version": "1.10.24"
1887
+ },
1888
+ "dbus-glib": {
1889
+ "arch": "x86_64",
1890
+ "epoch": "0",
1891
+ "installdate": "1596446155",
1892
+ "release": "7.el7",
1893
+ "version": "0.100"
1894
+ },
1895
+ "dbus-libs": {
1896
+ "arch": "x86_64",
1897
+ "epoch": "1",
1898
+ "installdate": "1596446134",
1899
+ "release": "14.el7_8",
1900
+ "version": "1.10.24"
1901
+ },
1902
+ "dbus-python": {
1903
+ "arch": "x86_64",
1904
+ "epoch": "0",
1905
+ "installdate": "1596446156",
1906
+ "release": "9.el7",
1907
+ "version": "1.1.1"
1908
+ },
1909
+ "desktop-file-utils": {
1910
+ "arch": "x86_64",
1911
+ "epoch": "0",
1912
+ "installdate": "1596446104",
1913
+ "release": "2.el7",
1914
+ "version": "0.23"
1915
+ },
1916
+ "device-mapper": {
1917
+ "arch": "x86_64",
1918
+ "epoch": "7",
1919
+ "installdate": "1596446131",
1920
+ "release": "7.el7_8.2",
1921
+ "version": "1.02.164"
1922
+ },
1923
+ "device-mapper-libs": {
1924
+ "arch": "x86_64",
1925
+ "epoch": "7",
1926
+ "installdate": "1596446132",
1927
+ "release": "7.el7_8.2",
1928
+ "version": "1.02.164"
1929
+ },
1930
+ "dhclient": {
1931
+ "arch": "x86_64",
1932
+ "epoch": "12",
1933
+ "installdate": "1596446150",
1934
+ "release": "79.el7",
1935
+ "version": "4.2.5"
1936
+ },
1937
+ "dhcp-common": {
1938
+ "arch": "x86_64",
1939
+ "epoch": "12",
1940
+ "installdate": "1596446149",
1941
+ "release": "79.el7",
1942
+ "version": "4.2.5"
1943
+ },
1944
+ "dhcp-libs": {
1945
+ "arch": "x86_64",
1946
+ "epoch": "12",
1947
+ "installdate": "1596446147",
1948
+ "release": "79.el7",
1949
+ "version": "4.2.5"
1950
+ },
1951
+ "diffutils": {
1952
+ "arch": "x86_64",
1953
+ "epoch": "0",
1954
+ "installdate": "1596446041",
1955
+ "release": "5.el7",
1956
+ "version": "3.3"
1957
+ },
1958
+ "dmidecode": {
1959
+ "arch": "x86_64",
1960
+ "epoch": "1",
1961
+ "installdate": "1596446049",
1962
+ "release": "3.el7",
1963
+ "version": "3.2"
1964
+ },
1965
+ "dracut": {
1966
+ "arch": "x86_64",
1967
+ "epoch": "0",
1968
+ "installdate": "1596446133",
1969
+ "release": "568.el7",
1970
+ "version": "033"
1971
+ },
1972
+ "dracut-config-generic": {
1973
+ "arch": "x86_64",
1974
+ "epoch": "0",
1975
+ "installdate": "1596446197",
1976
+ "release": "568.el7",
1977
+ "version": "033"
1978
+ },
1979
+ "dracut-config-rescue": {
1980
+ "arch": "x86_64",
1981
+ "epoch": "0",
1982
+ "installdate": "1596446196",
1983
+ "release": "568.el7",
1984
+ "version": "033"
1985
+ },
1986
+ "dracut-network": {
1987
+ "arch": "x86_64",
1988
+ "epoch": "0",
1989
+ "installdate": "1596446150",
1990
+ "release": "568.el7",
1991
+ "version": "033"
1992
+ },
1993
+ "e2fsprogs": {
1994
+ "arch": "x86_64",
1995
+ "epoch": "0",
1996
+ "installdate": "1596446105",
1997
+ "release": "17.el7",
1998
+ "version": "1.42.9"
1999
+ },
2000
+ "e2fsprogs-libs": {
2001
+ "arch": "x86_64",
2002
+ "epoch": "0",
2003
+ "installdate": "1596446046",
2004
+ "release": "17.el7",
2005
+ "version": "1.42.9"
2006
+ },
2007
+ "elfutils-default-yama-scope": {
2008
+ "arch": "noarch",
2009
+ "epoch": "0",
2010
+ "installdate": "1596446138",
2011
+ "release": "4.el7",
2012
+ "version": "0.176"
2013
+ },
2014
+ "elfutils-libelf": {
2015
+ "arch": "x86_64",
2016
+ "epoch": "0",
2017
+ "installdate": "1596446038",
2018
+ "release": "4.el7",
2019
+ "version": "0.176"
2020
+ },
2021
+ "elfutils-libs": {
2022
+ "arch": "x86_64",
2023
+ "epoch": "0",
2024
+ "installdate": "1596446133",
2025
+ "release": "4.el7",
2026
+ "version": "0.176"
2027
+ },
2028
+ "emacs-filesystem": {
2029
+ "arch": "noarch",
2030
+ "epoch": "1",
2031
+ "installdate": "1596446020",
2032
+ "release": "23.el7",
2033
+ "version": "24.3"
2034
+ },
2035
+ "ethtool": {
2036
+ "arch": "x86_64",
2037
+ "epoch": "2",
2038
+ "installdate": "1596446050",
2039
+ "release": "10.el7",
2040
+ "version": "4.8"
2041
+ },
2042
+ "expat": {
2043
+ "arch": "x86_64",
2044
+ "epoch": "0",
2045
+ "installdate": "1596446042",
2046
+ "release": "11.el7",
2047
+ "version": "2.1.0"
2048
+ },
2049
+ "file": {
2050
+ "arch": "x86_64",
2051
+ "epoch": "0",
2052
+ "installdate": "1596446043",
2053
+ "release": "36.el7",
2054
+ "version": "5.11"
2055
+ },
2056
+ "file-libs": {
2057
+ "arch": "x86_64",
2058
+ "epoch": "0",
2059
+ "installdate": "1596446042",
2060
+ "release": "36.el7",
2061
+ "version": "5.11"
2062
+ },
2063
+ "filesystem": {
2064
+ "arch": "x86_64",
2065
+ "epoch": "0",
2066
+ "installdate": "1596446017",
2067
+ "release": "25.el7",
2068
+ "version": "3.2"
2069
+ },
2070
+ "findutils": {
2071
+ "arch": "x86_64",
2072
+ "epoch": "1",
2073
+ "installdate": "1596446042",
2074
+ "release": "6.el7",
2075
+ "version": "4.5.11"
2076
+ },
2077
+ "fipscheck": {
2078
+ "arch": "x86_64",
2079
+ "epoch": "0",
2080
+ "installdate": "1596446115",
2081
+ "release": "6.el7",
2082
+ "version": "1.4.1"
2083
+ },
2084
+ "fipscheck-lib": {
2085
+ "arch": "x86_64",
2086
+ "epoch": "0",
2087
+ "installdate": "1596446115",
2088
+ "release": "6.el7",
2089
+ "version": "1.4.1"
2090
+ },
2091
+ "freetype": {
2092
+ "arch": "x86_64",
2093
+ "epoch": "0",
2094
+ "installdate": "1596446055",
2095
+ "release": "14.el7",
2096
+ "version": "2.8"
2097
+ },
2098
+ "gawk": {
2099
+ "arch": "x86_64",
2100
+ "epoch": "0",
2101
+ "installdate": "1596446038",
2102
+ "release": "4.el7_3.1",
2103
+ "version": "4.0.2"
2104
+ },
2105
+ "gdbm": {
2106
+ "arch": "x86_64",
2107
+ "epoch": "0",
2108
+ "installdate": "1596446050",
2109
+ "release": "8.el7",
2110
+ "version": "1.10"
2111
+ },
2112
+ "gdisk": {
2113
+ "arch": "x86_64",
2114
+ "epoch": "0",
2115
+ "installdate": "1596446202",
2116
+ "release": "3.el7",
2117
+ "version": "0.8.10"
2118
+ },
2119
+ "gettext": {
2120
+ "arch": "x86_64",
2121
+ "epoch": "0",
2122
+ "installdate": "1596446103",
2123
+ "release": "3.el7",
2124
+ "version": "0.19.8.1"
2125
+ },
2126
+ "gettext-libs": {
2127
+ "arch": "x86_64",
2128
+ "epoch": "0",
2129
+ "installdate": "1596446102",
2130
+ "release": "3.el7",
2131
+ "version": "0.19.8.1"
2132
+ },
2133
+ "glib2": {
2134
+ "arch": "x86_64",
2135
+ "epoch": "0",
2136
+ "installdate": "1596446095",
2137
+ "release": "5.el7",
2138
+ "version": "2.56.1"
2139
+ },
2140
+ "glibc": {
2141
+ "arch": "x86_64",
2142
+ "epoch": "0",
2143
+ "installdate": "1596446028",
2144
+ "release": "307.el7.1",
2145
+ "version": "2.17"
2146
+ },
2147
+ "glibc-common": {
2148
+ "arch": "x86_64",
2149
+ "epoch": "0",
2150
+ "installdate": "1596446027",
2151
+ "release": "307.el7.1",
2152
+ "version": "2.17"
2153
+ },
2154
+ "gmp": {
2155
+ "arch": "x86_64",
2156
+ "epoch": "1",
2157
+ "installdate": "1596446079",
2158
+ "release": "15.el7",
2159
+ "version": "6.0.0"
2160
+ },
2161
+ "gnupg2": {
2162
+ "arch": "x86_64",
2163
+ "epoch": "0",
2164
+ "installdate": "1596446125",
2165
+ "release": "5.el7_5",
2166
+ "version": "2.0.22"
2167
+ },
2168
+ "gobject-introspection": {
2169
+ "arch": "x86_64",
2170
+ "epoch": "0",
2171
+ "installdate": "1596446096",
2172
+ "release": "1.el7",
2173
+ "version": "1.56.1"
2174
+ },
2175
+ "gpg-pubkey": {
2176
+ "arch": "(none)",
2177
+ "epoch": "0",
2178
+ "installdate": "1604984518",
2179
+ "release": "4ae0493b",
2180
+ "version": "fd431d51",
2181
+ "versions": [
2182
+ {
2183
+ "arch": "(none)",
2184
+ "epoch": "0",
2185
+ "installdate": "1604984518",
2186
+ "release": "45700c69",
2187
+ "version": "2fa658e0"
2188
+ },
2189
+ {
2190
+ "arch": "(none)",
2191
+ "epoch": "0",
2192
+ "installdate": "1604984518",
2193
+ "release": "4ae0493b",
2194
+ "version": "fd431d51"
2195
+ }
2196
+ ]
2197
+ },
2198
+ "gpgme": {
2199
+ "arch": "x86_64",
2200
+ "epoch": "0",
2201
+ "installdate": "1596446126",
2202
+ "release": "5.el7",
2203
+ "version": "1.3.2"
2204
+ },
2205
+ "grep": {
2206
+ "arch": "x86_64",
2207
+ "epoch": "0",
2208
+ "installdate": "1596446037",
2209
+ "release": "3.el7",
2210
+ "version": "2.20"
2211
+ },
2212
+ "groff-base": {
2213
+ "arch": "x86_64",
2214
+ "epoch": "0",
2215
+ "installdate": "1596446045",
2216
+ "release": "8.el7",
2217
+ "version": "1.22.2"
2218
+ },
2219
+ "grub2": {
2220
+ "arch": "x86_64",
2221
+ "epoch": "1",
2222
+ "installdate": "1596446176",
2223
+ "release": "0.86.el7_8",
2224
+ "version": "2.02"
2225
+ },
2226
+ "grub2-common": {
2227
+ "arch": "noarch",
2228
+ "epoch": "1",
2229
+ "installdate": "1596446016",
2230
+ "release": "0.86.el7_8",
2231
+ "version": "2.02"
2232
+ },
2233
+ "grub2-pc": {
2234
+ "arch": "x86_64",
2235
+ "epoch": "1",
2236
+ "installdate": "1596446152",
2237
+ "release": "0.86.el7_8",
2238
+ "version": "2.02"
2239
+ },
2240
+ "grub2-pc-modules": {
2241
+ "arch": "noarch",
2242
+ "epoch": "1",
2243
+ "installdate": "1596446020",
2244
+ "release": "0.86.el7_8",
2245
+ "version": "2.02"
2246
+ },
2247
+ "grub2-tools": {
2248
+ "arch": "x86_64",
2249
+ "epoch": "1",
2250
+ "installdate": "1596446143",
2251
+ "release": "0.86.el7_8",
2252
+ "version": "2.02"
2253
+ },
2254
+ "grub2-tools-extra": {
2255
+ "arch": "x86_64",
2256
+ "epoch": "1",
2257
+ "installdate": "1596446151",
2258
+ "release": "0.86.el7_8",
2259
+ "version": "2.02"
2260
+ },
2261
+ "grub2-tools-minimal": {
2262
+ "arch": "x86_64",
2263
+ "epoch": "1",
2264
+ "installdate": "1596446141",
2265
+ "release": "0.86.el7_8",
2266
+ "version": "2.02"
2267
+ },
2268
+ "grubby": {
2269
+ "arch": "x86_64",
2270
+ "epoch": "0",
2271
+ "installdate": "1596446105",
2272
+ "release": "26.el7",
2273
+ "version": "8.28"
2274
+ },
2275
+ "gzip": {
2276
+ "arch": "x86_64",
2277
+ "epoch": "0",
2278
+ "installdate": "1596446093",
2279
+ "release": "10.el7",
2280
+ "version": "1.5"
2281
+ },
2282
+ "hardlink": {
2283
+ "arch": "x86_64",
2284
+ "epoch": "1",
2285
+ "installdate": "1596446122",
2286
+ "release": "19.el7",
2287
+ "version": "1.0"
2288
+ },
2289
+ "hostname": {
2290
+ "arch": "x86_64",
2291
+ "epoch": "0",
2292
+ "installdate": "1596446050",
2293
+ "release": "3.el7_7.1",
2294
+ "version": "3.13"
2295
+ },
2296
+ "hwdata": {
2297
+ "arch": "x86_64",
2298
+ "epoch": "0",
2299
+ "installdate": "1596446145",
2300
+ "release": "9.5.el7",
2301
+ "version": "0.252"
2302
+ },
2303
+ "info": {
2304
+ "arch": "x86_64",
2305
+ "epoch": "0",
2306
+ "installdate": "1596446035",
2307
+ "release": "5.el7",
2308
+ "version": "5.1"
2309
+ },
2310
+ "initscripts": {
2311
+ "arch": "x86_64",
2312
+ "epoch": "0",
2313
+ "installdate": "1596446141",
2314
+ "release": "1.el7",
2315
+ "version": "9.49.49"
2316
+ },
2317
+ "iproute": {
2318
+ "arch": "x86_64",
2319
+ "epoch": "0",
2320
+ "installdate": "1596446051",
2321
+ "release": "25.el7_7.2",
2322
+ "version": "4.11.0"
2323
+ },
2324
+ "iptables": {
2325
+ "arch": "x86_64",
2326
+ "epoch": "0",
2327
+ "installdate": "1596446051",
2328
+ "release": "34.el7",
2329
+ "version": "1.4.21"
2330
+ },
2331
+ "iputils": {
2332
+ "arch": "x86_64",
2333
+ "epoch": "0",
2334
+ "installdate": "1596446140",
2335
+ "release": "10.el7",
2336
+ "version": "20160308"
2337
+ },
2338
+ "irqbalance": {
2339
+ "arch": "x86_64",
2340
+ "epoch": "3",
2341
+ "installdate": "1596446168",
2342
+ "release": "12.el7",
2343
+ "version": "1.0.7"
2344
+ },
2345
+ "jansson": {
2346
+ "arch": "x86_64",
2347
+ "epoch": "0",
2348
+ "installdate": "1596446049",
2349
+ "release": "1.el7",
2350
+ "version": "2.10"
2351
+ },
2352
+ "json-c": {
2353
+ "arch": "x86_64",
2354
+ "epoch": "0",
2355
+ "installdate": "1596446130",
2356
+ "release": "4.el7_0",
2357
+ "version": "0.11"
2358
+ },
2359
+ "kbd": {
2360
+ "arch": "x86_64",
2361
+ "epoch": "0",
2362
+ "installdate": "1596446187",
2363
+ "release": "15.el7",
2364
+ "version": "1.15.5"
2365
+ },
2366
+ "kbd-legacy": {
2367
+ "arch": "noarch",
2368
+ "epoch": "0",
2369
+ "installdate": "1596446022",
2370
+ "release": "15.el7",
2371
+ "version": "1.15.5"
2372
+ },
2373
+ "kbd-misc": {
2374
+ "arch": "noarch",
2375
+ "epoch": "0",
2376
+ "installdate": "1596446021",
2377
+ "release": "15.el7",
2378
+ "version": "1.15.5"
2379
+ },
2380
+ "kernel": {
2381
+ "arch": "x86_64",
2382
+ "epoch": "0",
2383
+ "installdate": "1596446186",
2384
+ "release": "1127.18.2.el7",
2385
+ "version": "3.10.0"
2386
+ },
2387
+ "kernel-tools": {
2388
+ "arch": "x86_64",
2389
+ "epoch": "0",
2390
+ "installdate": "1596446198",
2391
+ "release": "1127.18.2.el7",
2392
+ "version": "3.10.0"
2393
+ },
2394
+ "kernel-tools-libs": {
2395
+ "arch": "x86_64",
2396
+ "epoch": "0",
2397
+ "installdate": "1596446080",
2398
+ "release": "1127.18.2.el7",
2399
+ "version": "3.10.0"
2400
+ },
2401
+ "kexec-tools": {
2402
+ "arch": "x86_64",
2403
+ "epoch": "0",
2404
+ "installdate": "1596446176",
2405
+ "release": "43.el7",
2406
+ "version": "2.0.15"
2407
+ },
2408
+ "keyutils-libs": {
2409
+ "arch": "x86_64",
2410
+ "epoch": "0",
2411
+ "installdate": "1596446050",
2412
+ "release": "3.el7",
2413
+ "version": "1.5.8"
2414
+ },
2415
+ "kmod": {
2416
+ "arch": "x86_64",
2417
+ "epoch": "0",
2418
+ "installdate": "1596446133",
2419
+ "release": "28.el7",
2420
+ "version": "20"
2421
+ },
2422
+ "kmod-libs": {
2423
+ "arch": "x86_64",
2424
+ "epoch": "0",
2425
+ "installdate": "1596446054",
2426
+ "release": "28.el7",
2427
+ "version": "20"
2428
+ },
2429
+ "kpartx": {
2430
+ "arch": "x86_64",
2431
+ "epoch": "0",
2432
+ "installdate": "1596446131",
2433
+ "release": "131.el7",
2434
+ "version": "0.4.9"
2435
+ },
2436
+ "krb5-libs": {
2437
+ "arch": "x86_64",
2438
+ "epoch": "0",
2439
+ "installdate": "1596446085",
2440
+ "release": "46.el7",
2441
+ "version": "1.15.1"
2442
+ },
2443
+ "less": {
2444
+ "arch": "x86_64",
2445
+ "epoch": "0",
2446
+ "installdate": "1596446051",
2447
+ "release": "9.el7",
2448
+ "version": "458"
2449
+ },
2450
+ "libacl": {
2451
+ "arch": "x86_64",
2452
+ "epoch": "0",
2453
+ "installdate": "1596446039",
2454
+ "release": "15.el7",
2455
+ "version": "2.2.51"
2456
+ },
2457
+ "libassuan": {
2458
+ "arch": "x86_64",
2459
+ "epoch": "0",
2460
+ "installdate": "1596446045",
2461
+ "release": "3.el7",
2462
+ "version": "2.1.0"
2463
+ },
2464
+ "libattr": {
2465
+ "arch": "x86_64",
2466
+ "epoch": "0",
2467
+ "installdate": "1596446039",
2468
+ "release": "13.el7",
2469
+ "version": "2.4.46"
2470
+ },
2471
+ "libblkid": {
2472
+ "arch": "x86_64",
2473
+ "epoch": "0",
2474
+ "installdate": "1596446092",
2475
+ "release": "63.el7",
2476
+ "version": "2.23.2"
2477
+ },
2478
+ "libcap": {
2479
+ "arch": "x86_64",
2480
+ "epoch": "0",
2481
+ "installdate": "1596446039",
2482
+ "release": "11.el7",
2483
+ "version": "2.22"
2484
+ },
2485
+ "libcap-ng": {
2486
+ "arch": "x86_64",
2487
+ "epoch": "0",
2488
+ "installdate": "1596446040",
2489
+ "release": "4.el7",
2490
+ "version": "0.7.5"
2491
+ },
2492
+ "libcgroup": {
2493
+ "arch": "x86_64",
2494
+ "epoch": "0",
2495
+ "installdate": "1596446154",
2496
+ "release": "21.el7",
2497
+ "version": "0.41"
2498
+ },
2499
+ "libcom_err": {
2500
+ "arch": "x86_64",
2501
+ "epoch": "0",
2502
+ "installdate": "1596446036",
2503
+ "release": "17.el7",
2504
+ "version": "1.42.9"
2505
+ },
2506
+ "libcroco": {
2507
+ "arch": "x86_64",
2508
+ "epoch": "0",
2509
+ "installdate": "1596446097",
2510
+ "release": "4.el7",
2511
+ "version": "0.6.12"
2512
+ },
2513
+ "libcurl": {
2514
+ "arch": "x86_64",
2515
+ "epoch": "0",
2516
+ "installdate": "1596446119",
2517
+ "release": "57.el7_8.1",
2518
+ "version": "7.29.0"
2519
+ },
2520
+ "libdaemon": {
2521
+ "arch": "x86_64",
2522
+ "epoch": "0",
2523
+ "installdate": "1596446128",
2524
+ "release": "7.el7",
2525
+ "version": "0.14"
2526
+ },
2527
+ "libdb": {
2528
+ "arch": "x86_64",
2529
+ "epoch": "0",
2530
+ "installdate": "1596446037",
2531
+ "release": "25.el7",
2532
+ "version": "5.3.21"
2533
+ },
2534
+ "libdb-utils": {
2535
+ "arch": "x86_64",
2536
+ "epoch": "0",
2537
+ "installdate": "1596446053",
2538
+ "release": "25.el7",
2539
+ "version": "5.3.21"
2540
+ },
2541
+ "libedit": {
2542
+ "arch": "x86_64",
2543
+ "epoch": "0",
2544
+ "installdate": "1596446047",
2545
+ "release": "12.20121213cvs.el7",
2546
+ "version": "3.0"
2547
+ },
2548
+ "libestr": {
2549
+ "arch": "x86_64",
2550
+ "epoch": "0",
2551
+ "installdate": "1596446165",
2552
+ "release": "2.el7",
2553
+ "version": "0.1.9"
2554
+ },
2555
+ "libfastjson": {
2556
+ "arch": "x86_64",
2557
+ "epoch": "0",
2558
+ "installdate": "1596446128",
2559
+ "release": "3.el7",
2560
+ "version": "0.99.4"
2561
+ },
2562
+ "libffi": {
2563
+ "arch": "x86_64",
2564
+ "epoch": "0",
2565
+ "installdate": "1596446039",
2566
+ "release": "19.el7",
2567
+ "version": "3.0.13"
2568
+ },
2569
+ "libgcc": {
2570
+ "arch": "x86_64",
2571
+ "epoch": "0",
2572
+ "installdate": "1596446016",
2573
+ "release": "39.el7",
2574
+ "version": "4.8.5"
2575
+ },
2576
+ "libgcrypt": {
2577
+ "arch": "x86_64",
2578
+ "epoch": "0",
2579
+ "installdate": "1596446040",
2580
+ "release": "14.el7",
2581
+ "version": "1.5.3"
2582
+ },
2583
+ "libgomp": {
2584
+ "arch": "x86_64",
2585
+ "epoch": "0",
2586
+ "installdate": "1596446046",
2587
+ "release": "39.el7",
2588
+ "version": "4.8.5"
2589
+ },
2590
+ "libgpg-error": {
2591
+ "arch": "x86_64",
2592
+ "epoch": "0",
2593
+ "installdate": "1596446039",
2594
+ "release": "3.el7",
2595
+ "version": "1.12"
2596
+ },
2597
+ "libgudev1": {
2598
+ "arch": "x86_64",
2599
+ "epoch": "0",
2600
+ "installdate": "1596446158",
2601
+ "release": "73.el7_8.9",
2602
+ "version": "219"
2603
+ },
2604
+ "libidn": {
2605
+ "arch": "x86_64",
2606
+ "epoch": "0",
2607
+ "installdate": "1596446046",
2608
+ "release": "4.el7",
2609
+ "version": "1.28"
2610
+ },
2611
+ "libmnl": {
2612
+ "arch": "x86_64",
2613
+ "epoch": "0",
2614
+ "installdate": "1596446043",
2615
+ "release": "7.el7",
2616
+ "version": "1.0.3"
2617
+ },
2618
+ "libmount": {
2619
+ "arch": "x86_64",
2620
+ "epoch": "0",
2621
+ "installdate": "1596446094",
2622
+ "release": "63.el7",
2623
+ "version": "2.23.2"
2624
+ },
2625
+ "libndp": {
2626
+ "arch": "x86_64",
2627
+ "epoch": "0",
2628
+ "installdate": "1596446163",
2629
+ "release": "9.el7",
2630
+ "version": "1.2"
2631
+ },
2632
+ "libnetfilter_conntrack": {
2633
+ "arch": "x86_64",
2634
+ "epoch": "0",
2635
+ "installdate": "1596446050",
2636
+ "release": "1.el7_3",
2637
+ "version": "1.0.6"
2638
+ },
2639
+ "libnfnetlink": {
2640
+ "arch": "x86_64",
2641
+ "epoch": "0",
2642
+ "installdate": "1596446047",
2643
+ "release": "4.el7",
2644
+ "version": "1.0.1"
2645
+ },
2646
+ "libnl": {
2647
+ "arch": "x86_64",
2648
+ "epoch": "0",
2649
+ "installdate": "1596446080",
2650
+ "release": "3.el7",
2651
+ "version": "1.1.4"
2652
+ },
2653
+ "libnl3": {
2654
+ "arch": "x86_64",
2655
+ "epoch": "0",
2656
+ "installdate": "1596446042",
2657
+ "release": "4.el7",
2658
+ "version": "3.2.28"
2659
+ },
2660
+ "libnl3-cli": {
2661
+ "arch": "x86_64",
2662
+ "epoch": "0",
2663
+ "installdate": "1596446044",
2664
+ "release": "4.el7",
2665
+ "version": "3.2.28"
2666
+ },
2667
+ "libpipeline": {
2668
+ "arch": "x86_64",
2669
+ "epoch": "0",
2670
+ "installdate": "1596446128",
2671
+ "release": "3.el7",
2672
+ "version": "1.2.3"
2673
+ },
2674
+ "libpng": {
2675
+ "arch": "x86_64",
2676
+ "epoch": "2",
2677
+ "installdate": "1596446054",
2678
+ "release": "7.el7_2",
2679
+ "version": "1.5.13"
2680
+ },
2681
+ "libpwquality": {
2682
+ "arch": "x86_64",
2683
+ "epoch": "0",
2684
+ "installdate": "1596446098",
2685
+ "release": "5.el7",
2686
+ "version": "1.2.3"
2687
+ },
2688
+ "libseccomp": {
2689
+ "arch": "x86_64",
2690
+ "epoch": "0",
2691
+ "installdate": "1596446130",
2692
+ "release": "4.el7",
2693
+ "version": "2.3.1"
2694
+ },
2695
+ "libselinux": {
2696
+ "arch": "x86_64",
2697
+ "epoch": "0",
2698
+ "installdate": "1596446034",
2699
+ "release": "15.el7",
2700
+ "version": "2.5"
2701
+ },
2702
+ "libselinux-python": {
2703
+ "arch": "x86_64",
2704
+ "epoch": "0",
2705
+ "installdate": "1596446096",
2706
+ "release": "15.el7",
2707
+ "version": "2.5"
2708
+ },
2709
+ "libselinux-utils": {
2710
+ "arch": "x86_64",
2711
+ "epoch": "0",
2712
+ "installdate": "1596446055",
2713
+ "release": "15.el7",
2714
+ "version": "2.5"
2715
+ },
2716
+ "libsemanage": {
2717
+ "arch": "x86_64",
2718
+ "epoch": "0",
2719
+ "installdate": "1596446081",
2720
+ "release": "14.el7",
2721
+ "version": "2.5"
2722
+ },
2723
+ "libsemanage-python": {
2724
+ "arch": "x86_64",
2725
+ "epoch": "0",
2726
+ "installdate": "1596446112",
2727
+ "release": "14.el7",
2728
+ "version": "2.5"
2729
+ },
2730
+ "libsepol": {
2731
+ "arch": "x86_64",
2732
+ "epoch": "0",
2733
+ "installdate": "1596446034",
2734
+ "release": "10.el7",
2735
+ "version": "2.5"
2736
+ },
2737
+ "libsmartcols": {
2738
+ "arch": "x86_64",
2739
+ "epoch": "0",
2740
+ "installdate": "1596446081",
2741
+ "release": "63.el7",
2742
+ "version": "2.23.2"
2743
+ },
2744
+ "libss": {
2745
+ "arch": "x86_64",
2746
+ "epoch": "0",
2747
+ "installdate": "1596446054",
2748
+ "release": "17.el7",
2749
+ "version": "1.42.9"
2750
+ },
2751
+ "libssh2": {
2752
+ "arch": "x86_64",
2753
+ "epoch": "0",
2754
+ "installdate": "1596446115",
2755
+ "release": "3.el7",
2756
+ "version": "1.8.0"
2757
+ },
2758
+ "libstdc++": {
2759
+ "arch": "x86_64",
2760
+ "epoch": "0",
2761
+ "installdate": "1596446033",
2762
+ "release": "39.el7",
2763
+ "version": "4.8.5"
2764
+ },
2765
+ "libsysfs": {
2766
+ "arch": "x86_64",
2767
+ "epoch": "0",
2768
+ "installdate": "1596446202",
2769
+ "release": "16.el7",
2770
+ "version": "2.1.0"
2771
+ },
2772
+ "libtasn1": {
2773
+ "arch": "x86_64",
2774
+ "epoch": "0",
2775
+ "installdate": "1596446081",
2776
+ "release": "1.el7",
2777
+ "version": "4.10"
2778
+ },
2779
+ "libteam": {
2780
+ "arch": "x86_64",
2781
+ "epoch": "0",
2782
+ "installdate": "1596446051",
2783
+ "release": "1.el7",
2784
+ "version": "1.29"
2785
+ },
2786
+ "libunistring": {
2787
+ "arch": "x86_64",
2788
+ "epoch": "0",
2789
+ "installdate": "1596446047",
2790
+ "release": "9.el7",
2791
+ "version": "0.9.3"
2792
+ },
2793
+ "libuser": {
2794
+ "arch": "x86_64",
2795
+ "epoch": "0",
2796
+ "installdate": "1596446121",
2797
+ "release": "9.el7",
2798
+ "version": "0.60"
2799
+ },
2800
+ "libutempter": {
2801
+ "arch": "x86_64",
2802
+ "epoch": "0",
2803
+ "installdate": "1596446106",
2804
+ "release": "4.el7",
2805
+ "version": "1.1.6"
2806
+ },
2807
+ "libuuid": {
2808
+ "arch": "x86_64",
2809
+ "epoch": "0",
2810
+ "installdate": "1596446036",
2811
+ "release": "63.el7",
2812
+ "version": "2.23.2"
2813
+ },
2814
+ "libverto": {
2815
+ "arch": "x86_64",
2816
+ "epoch": "0",
2817
+ "installdate": "1596446081",
2818
+ "release": "4.el7",
2819
+ "version": "0.2.5"
2820
+ },
2821
+ "libxml2": {
2822
+ "arch": "x86_64",
2823
+ "epoch": "0",
2824
+ "installdate": "1596446037",
2825
+ "release": "6.el7.4",
2826
+ "version": "2.9.1"
2827
+ },
2828
+ "libxml2-python": {
2829
+ "arch": "x86_64",
2830
+ "epoch": "0",
2831
+ "installdate": "1596446099",
2832
+ "release": "6.el7.4",
2833
+ "version": "2.9.1"
2834
+ },
2835
+ "libxslt": {
2836
+ "arch": "x86_64",
2837
+ "epoch": "0",
2838
+ "installdate": "1596446052",
2839
+ "release": "5.el7",
2840
+ "version": "1.1.28"
2841
+ },
2842
+ "libyaml": {
2843
+ "arch": "x86_64",
2844
+ "epoch": "0",
2845
+ "installdate": "1596446129",
2846
+ "release": "11.el7_0",
2847
+ "version": "0.1.4"
2848
+ },
2849
+ "logrotate": {
2850
+ "arch": "x86_64",
2851
+ "epoch": "0",
2852
+ "installdate": "1596446116",
2853
+ "release": "19.el7",
2854
+ "version": "3.8.6"
2855
+ },
2856
+ "lshw": {
2857
+ "arch": "x86_64",
2858
+ "epoch": "0",
2859
+ "installdate": "1596446178",
2860
+ "release": "14.el7",
2861
+ "version": "B.02.18"
2862
+ },
2863
+ "lua": {
2864
+ "arch": "x86_64",
2865
+ "epoch": "0",
2866
+ "installdate": "1596446041",
2867
+ "release": "15.el7",
2868
+ "version": "5.1.4"
2869
+ },
2870
+ "lz4": {
2871
+ "arch": "x86_64",
2872
+ "epoch": "0",
2873
+ "installdate": "1596446047",
2874
+ "release": "3.el7",
2875
+ "version": "1.7.5"
2876
+ },
2877
+ "lzo": {
2878
+ "arch": "x86_64",
2879
+ "epoch": "0",
2880
+ "installdate": "1596446049",
2881
+ "release": "8.el7",
2882
+ "version": "2.06"
2883
+ },
2884
+ "m2crypto": {
2885
+ "arch": "x86_64",
2886
+ "epoch": "0",
2887
+ "installdate": "1596446100",
2888
+ "release": "17.el7",
2889
+ "version": "0.21.1"
2890
+ },
2891
+ "make": {
2892
+ "arch": "x86_64",
2893
+ "epoch": "1",
2894
+ "installdate": "1596446054",
2895
+ "release": "24.el7",
2896
+ "version": "3.82"
2897
+ },
2898
+ "man-db": {
2899
+ "arch": "x86_64",
2900
+ "epoch": "0",
2901
+ "installdate": "1596446199",
2902
+ "release": "11.el7",
2903
+ "version": "2.6.3"
2904
+ },
2905
+ "mariadb-libs": {
2906
+ "arch": "x86_64",
2907
+ "epoch": "1",
2908
+ "installdate": "1596446115",
2909
+ "release": "1.el7",
2910
+ "version": "5.5.65"
2911
+ },
2912
+ "microcode_ctl": {
2913
+ "arch": "x86_64",
2914
+ "epoch": "2",
2915
+ "installdate": "1596446193",
2916
+ "release": "61.10.el7_8",
2917
+ "version": "2.1"
2918
+ },
2919
+ "mozjs17": {
2920
+ "arch": "x86_64",
2921
+ "epoch": "0",
2922
+ "installdate": "1596446079",
2923
+ "release": "20.el7",
2924
+ "version": "17.0.0"
2925
+ },
2926
+ "ncurses": {
2927
+ "arch": "x86_64",
2928
+ "epoch": "0",
2929
+ "installdate": "1596446078",
2930
+ "release": "14.20130511.el7_4",
2931
+ "version": "5.9"
2932
+ },
2933
+ "ncurses-base": {
2934
+ "arch": "noarch",
2935
+ "epoch": "0",
2936
+ "installdate": "1596446022",
2937
+ "release": "14.20130511.el7_4",
2938
+ "version": "5.9"
2939
+ },
2940
+ "ncurses-libs": {
2941
+ "arch": "x86_64",
2942
+ "epoch": "0",
2943
+ "installdate": "1596446033",
2944
+ "release": "14.20130511.el7_4",
2945
+ "version": "5.9"
2946
+ },
2947
+ "net-tools": {
2948
+ "arch": "x86_64",
2949
+ "epoch": "0",
2950
+ "installdate": "1596446155",
2951
+ "release": "0.25.20131004git.el7",
2952
+ "version": "2.0"
2953
+ },
2954
+ "newt": {
2955
+ "arch": "x86_64",
2956
+ "epoch": "0",
2957
+ "installdate": "1596446048",
2958
+ "release": "4.el7",
2959
+ "version": "0.52.15"
2960
+ },
2961
+ "newt-python": {
2962
+ "arch": "x86_64",
2963
+ "epoch": "0",
2964
+ "installdate": "1596446096",
2965
+ "release": "4.el7",
2966
+ "version": "0.52.15"
2967
+ },
2968
+ "nspr": {
2969
+ "arch": "x86_64",
2970
+ "epoch": "0",
2971
+ "installdate": "1596446032",
2972
+ "release": "1.el7",
2973
+ "version": "4.21.0"
2974
+ },
2975
+ "nss": {
2976
+ "arch": "x86_64",
2977
+ "epoch": "0",
2978
+ "installdate": "1596446118",
2979
+ "release": "7.el7_7",
2980
+ "version": "3.44.0"
2981
+ },
2982
+ "nss-pem": {
2983
+ "arch": "x86_64",
2984
+ "epoch": "0",
2985
+ "installdate": "1596446117",
2986
+ "release": "7.el7",
2987
+ "version": "1.0.3"
2988
+ },
2989
+ "nss-softokn": {
2990
+ "arch": "x86_64",
2991
+ "epoch": "0",
2992
+ "installdate": "1596446044",
2993
+ "release": "8.el7_7",
2994
+ "version": "3.44.0"
2995
+ },
2996
+ "nss-softokn-freebl": {
2997
+ "arch": "x86_64",
2998
+ "epoch": "0",
2999
+ "installdate": "1596446022",
3000
+ "release": "8.el7_7",
3001
+ "version": "3.44.0"
3002
+ },
3003
+ "nss-sysinit": {
3004
+ "arch": "x86_64",
3005
+ "epoch": "0",
3006
+ "installdate": "1596446118",
3007
+ "release": "7.el7_7",
3008
+ "version": "3.44.0"
3009
+ },
3010
+ "nss-tools": {
3011
+ "arch": "x86_64",
3012
+ "epoch": "0",
3013
+ "installdate": "1596446118",
3014
+ "release": "7.el7_7",
3015
+ "version": "3.44.0"
3016
+ },
3017
+ "nss-util": {
3018
+ "arch": "x86_64",
3019
+ "epoch": "0",
3020
+ "installdate": "1596446033",
3021
+ "release": "4.el7_7",
3022
+ "version": "3.44.0"
3023
+ },
3024
+ "numactl-libs": {
3025
+ "arch": "x86_64",
3026
+ "epoch": "0",
3027
+ "installdate": "1596446165",
3028
+ "release": "5.el7",
3029
+ "version": "2.0.12"
3030
+ },
3031
+ "openldap": {
3032
+ "arch": "x86_64",
3033
+ "epoch": "0",
3034
+ "installdate": "1596446120",
3035
+ "release": "21.el7_6",
3036
+ "version": "2.4.44"
3037
+ },
3038
+ "openssh": {
3039
+ "arch": "x86_64",
3040
+ "epoch": "0",
3041
+ "installdate": "1596446149",
3042
+ "release": "21.el7",
3043
+ "version": "7.4p1"
3044
+ },
3045
+ "openssh-clients": {
3046
+ "arch": "x86_64",
3047
+ "epoch": "0",
3048
+ "installdate": "1596446178",
3049
+ "release": "21.el7",
3050
+ "version": "7.4p1"
3051
+ },
3052
+ "openssh-server": {
3053
+ "arch": "x86_64",
3054
+ "epoch": "0",
3055
+ "installdate": "1596446177",
3056
+ "release": "21.el7",
3057
+ "version": "7.4p1"
3058
+ },
3059
+ "openssl": {
3060
+ "arch": "x86_64",
3061
+ "epoch": "1",
3062
+ "installdate": "1596446114",
3063
+ "release": "19.el7",
3064
+ "version": "1.0.2k"
3065
+ },
3066
+ "openssl-libs": {
3067
+ "arch": "x86_64",
3068
+ "epoch": "1",
3069
+ "installdate": "1596446085",
3070
+ "release": "19.el7",
3071
+ "version": "1.0.2k"
3072
+ },
3073
+ "os-prober": {
3074
+ "arch": "x86_64",
3075
+ "epoch": "0",
3076
+ "installdate": "1596446142",
3077
+ "release": "9.el7",
3078
+ "version": "1.58"
3079
+ },
3080
+ "p11-kit": {
3081
+ "arch": "x86_64",
3082
+ "epoch": "0",
3083
+ "installdate": "1596446045",
3084
+ "release": "3.el7",
3085
+ "version": "0.23.5"
3086
+ },
3087
+ "p11-kit-trust": {
3088
+ "arch": "x86_64",
3089
+ "epoch": "0",
3090
+ "installdate": "1596446082",
3091
+ "release": "3.el7",
3092
+ "version": "0.23.5"
3093
+ },
3094
+ "pam": {
3095
+ "arch": "x86_64",
3096
+ "epoch": "0",
3097
+ "installdate": "1596446099",
3098
+ "release": "23.el7",
3099
+ "version": "1.1.8"
3100
+ },
3101
+ "parted": {
3102
+ "arch": "x86_64",
3103
+ "epoch": "0",
3104
+ "installdate": "1596446197",
3105
+ "release": "32.el7",
3106
+ "version": "3.1"
3107
+ },
3108
+ "passwd": {
3109
+ "arch": "x86_64",
3110
+ "epoch": "0",
3111
+ "installdate": "1596446121",
3112
+ "release": "6.el7",
3113
+ "version": "0.79"
3114
+ },
3115
+ "pciutils-libs": {
3116
+ "arch": "x86_64",
3117
+ "epoch": "0",
3118
+ "installdate": "1596446129",
3119
+ "release": "3.el7",
3120
+ "version": "3.5.1"
3121
+ },
3122
+ "pcre": {
3123
+ "arch": "x86_64",
3124
+ "epoch": "0",
3125
+ "installdate": "1596446034",
3126
+ "release": "17.el7",
3127
+ "version": "8.32"
3128
+ },
3129
+ "pinentry": {
3130
+ "arch": "x86_64",
3131
+ "epoch": "0",
3132
+ "installdate": "1596446053",
3133
+ "release": "17.el7",
3134
+ "version": "0.8.1"
3135
+ },
3136
+ "pkgconfig": {
3137
+ "arch": "x86_64",
3138
+ "epoch": "1",
3139
+ "installdate": "1596446104",
3140
+ "release": "4.el7",
3141
+ "version": "0.27.1"
3142
+ },
3143
+ "policycoreutils": {
3144
+ "arch": "x86_64",
3145
+ "epoch": "0",
3146
+ "installdate": "1596446139",
3147
+ "release": "34.el7",
3148
+ "version": "2.5"
3149
+ },
3150
+ "policycoreutils-python": {
3151
+ "arch": "x86_64",
3152
+ "epoch": "0",
3153
+ "installdate": "1596446163",
3154
+ "release": "34.el7",
3155
+ "version": "2.5"
3156
+ },
3157
+ "polkit": {
3158
+ "arch": "x86_64",
3159
+ "epoch": "0",
3160
+ "installdate": "1596446139",
3161
+ "release": "26.el7",
3162
+ "version": "0.112"
3163
+ },
3164
+ "polkit-pkla-compat": {
3165
+ "arch": "x86_64",
3166
+ "epoch": "0",
3167
+ "installdate": "1596446140",
3168
+ "release": "4.el7",
3169
+ "version": "0.1"
3170
+ },
3171
+ "popt": {
3172
+ "arch": "x86_64",
3173
+ "epoch": "0",
3174
+ "installdate": "1596446035",
3175
+ "release": "16.el7",
3176
+ "version": "1.13"
3177
+ },
3178
+ "postfix": {
3179
+ "arch": "x86_64",
3180
+ "epoch": "2",
3181
+ "installdate": "1596446189",
3182
+ "release": "9.el7",
3183
+ "version": "2.10.1"
3184
+ },
3185
+ "procps-ng": {
3186
+ "arch": "x86_64",
3187
+ "epoch": "0",
3188
+ "installdate": "1596446132",
3189
+ "release": "27.el7",
3190
+ "version": "3.3.10"
3191
+ },
3192
+ "pth": {
3193
+ "arch": "x86_64",
3194
+ "epoch": "0",
3195
+ "installdate": "1596446124",
3196
+ "release": "23.el7",
3197
+ "version": "2.0.7"
3198
+ },
3199
+ "pyOpenSSL": {
3200
+ "arch": "x86_64",
3201
+ "epoch": "0",
3202
+ "installdate": "1596446112",
3203
+ "release": "4.el7",
3204
+ "version": "0.13.1"
3205
+ },
3206
+ "pygobject2": {
3207
+ "arch": "x86_64",
3208
+ "epoch": "0",
3209
+ "installdate": "1596446104",
3210
+ "release": "11.el7",
3211
+ "version": "2.28.6"
3212
+ },
3213
+ "pygpgme": {
3214
+ "arch": "x86_64",
3215
+ "epoch": "0",
3216
+ "installdate": "1596446126",
3217
+ "release": "9.el7",
3218
+ "version": "0.3"
3219
+ },
3220
+ "pyliblzma": {
3221
+ "arch": "x86_64",
3222
+ "epoch": "0",
3223
+ "installdate": "1596446113",
3224
+ "release": "11.el7",
3225
+ "version": "0.5.3"
3226
+ },
3227
+ "pyserial": {
3228
+ "arch": "noarch",
3229
+ "epoch": "0",
3230
+ "installdate": "1596446109",
3231
+ "release": "6.el7",
3232
+ "version": "2.6"
3233
+ },
3234
+ "python": {
3235
+ "arch": "x86_64",
3236
+ "epoch": "0",
3237
+ "installdate": "1596446091",
3238
+ "release": "88.el7",
3239
+ "version": "2.7.5"
3240
+ },
3241
+ "python-IPy": {
3242
+ "arch": "noarch",
3243
+ "epoch": "0",
3244
+ "installdate": "1596446106",
3245
+ "release": "6.el7",
3246
+ "version": "0.75"
3247
+ },
3248
+ "python-babel": {
3249
+ "arch": "noarch",
3250
+ "epoch": "0",
3251
+ "installdate": "1596446110",
3252
+ "release": "8.el7",
3253
+ "version": "0.9.6"
3254
+ },
3255
+ "python-backports": {
3256
+ "arch": "x86_64",
3257
+ "epoch": "0",
3258
+ "installdate": "1596446107",
3259
+ "release": "8.el7",
3260
+ "version": "1.0"
3261
+ },
3262
+ "python-backports-ssl_match_hostname": {
3263
+ "arch": "noarch",
3264
+ "epoch": "0",
3265
+ "installdate": "1596446107",
3266
+ "release": "1.el7",
3267
+ "version": "3.5.0.1"
3268
+ },
3269
+ "python-chardet": {
3270
+ "arch": "noarch",
3271
+ "epoch": "0",
3272
+ "installdate": "1596446101",
3273
+ "release": "3.el7",
3274
+ "version": "2.2.1"
3275
+ },
3276
+ "python-configobj": {
3277
+ "arch": "noarch",
3278
+ "epoch": "0",
3279
+ "installdate": "1596446101",
3280
+ "release": "7.el7",
3281
+ "version": "4.7.2"
3282
+ },
3283
+ "python-dateutil": {
3284
+ "arch": "noarch",
3285
+ "epoch": "0",
3286
+ "installdate": "1596446093",
3287
+ "release": "7.el7",
3288
+ "version": "1.5"
3289
+ },
3290
+ "python-decorator": {
3291
+ "arch": "noarch",
3292
+ "epoch": "0",
3293
+ "installdate": "1596446092",
3294
+ "release": "3.el7",
3295
+ "version": "3.4.0"
3296
+ },
3297
+ "python-dmidecode": {
3298
+ "arch": "x86_64",
3299
+ "epoch": "0",
3300
+ "installdate": "1596446100",
3301
+ "release": "4.el7",
3302
+ "version": "3.12.2"
3303
+ },
3304
+ "python-ethtool": {
3305
+ "arch": "x86_64",
3306
+ "epoch": "0",
3307
+ "installdate": "1596446101",
3308
+ "release": "8.el7",
3309
+ "version": "0.8"
3310
+ },
3311
+ "python-gobject-base": {
3312
+ "arch": "x86_64",
3313
+ "epoch": "0",
3314
+ "installdate": "1596446096",
3315
+ "release": "1.el7_4.1",
3316
+ "version": "3.22.0"
3317
+ },
3318
+ "python-gudev": {
3319
+ "arch": "x86_64",
3320
+ "epoch": "0",
3321
+ "installdate": "1596446159",
3322
+ "release": "7.el7",
3323
+ "version": "147.2"
3324
+ },
3325
+ "python-hwdata": {
3326
+ "arch": "noarch",
3327
+ "epoch": "0",
3328
+ "installdate": "1596446151",
3329
+ "release": "4.el7",
3330
+ "version": "1.7.3"
3331
+ },
3332
+ "python-iniparse": {
3333
+ "arch": "noarch",
3334
+ "epoch": "0",
3335
+ "installdate": "1596446092",
3336
+ "release": "9.el7",
3337
+ "version": "0.4"
3338
+ },
3339
+ "python-inotify": {
3340
+ "arch": "noarch",
3341
+ "epoch": "0",
3342
+ "installdate": "1596446113",
3343
+ "release": "4.el7",
3344
+ "version": "0.9.4"
3345
+ },
3346
+ "python-ipaddr": {
3347
+ "arch": "noarch",
3348
+ "epoch": "0",
3349
+ "installdate": "1596446111",
3350
+ "release": "2.el7",
3351
+ "version": "2.1.11"
3352
+ },
3353
+ "python-ipaddress": {
3354
+ "arch": "noarch",
3355
+ "epoch": "0",
3356
+ "installdate": "1596446101",
3357
+ "release": "2.el7",
3358
+ "version": "1.0.16"
3359
+ },
3360
+ "python-jinja2": {
3361
+ "arch": "noarch",
3362
+ "epoch": "0",
3363
+ "installdate": "1596446110",
3364
+ "release": "4.el7",
3365
+ "version": "2.7.2"
3366
+ },
3367
+ "python-jsonpatch": {
3368
+ "arch": "noarch",
3369
+ "epoch": "0",
3370
+ "installdate": "1596446112",
3371
+ "release": "4.el7",
3372
+ "version": "1.2"
3373
+ },
3374
+ "python-jsonpointer": {
3375
+ "arch": "noarch",
3376
+ "epoch": "0",
3377
+ "installdate": "1596446112",
3378
+ "release": "2.el7",
3379
+ "version": "1.9"
3380
+ },
3381
+ "python-kitchen": {
3382
+ "arch": "noarch",
3383
+ "epoch": "0",
3384
+ "installdate": "1596446102",
3385
+ "release": "5.el7",
3386
+ "version": "1.1.1"
3387
+ },
3388
+ "python-libs": {
3389
+ "arch": "x86_64",
3390
+ "epoch": "0",
3391
+ "installdate": "1596446091",
3392
+ "release": "88.el7",
3393
+ "version": "2.7.5"
3394
+ },
3395
+ "python-linux-procfs": {
3396
+ "arch": "noarch",
3397
+ "epoch": "0",
3398
+ "installdate": "1596446113",
3399
+ "release": "4.el7",
3400
+ "version": "0.4.11"
3401
+ },
3402
+ "python-lxml": {
3403
+ "arch": "x86_64",
3404
+ "epoch": "0",
3405
+ "installdate": "1596446099",
3406
+ "release": "4.el7",
3407
+ "version": "3.2.1"
3408
+ },
3409
+ "python-magic": {
3410
+ "arch": "noarch",
3411
+ "epoch": "0",
3412
+ "installdate": "1596446108",
3413
+ "release": "36.el7",
3414
+ "version": "5.11"
3415
+ },
3416
+ "python-markupsafe": {
3417
+ "arch": "x86_64",
3418
+ "epoch": "0",
3419
+ "installdate": "1596446106",
3420
+ "release": "10.el7",
3421
+ "version": "0.11"
3422
+ },
3423
+ "python-perf": {
3424
+ "arch": "x86_64",
3425
+ "epoch": "0",
3426
+ "installdate": "1596446111",
3427
+ "release": "1127.18.2.el7",
3428
+ "version": "3.10.0"
3429
+ },
3430
+ "python-prettytable": {
3431
+ "arch": "noarch",
3432
+ "epoch": "0",
3433
+ "installdate": "1596446110",
3434
+ "release": "3.el7",
3435
+ "version": "0.7.2"
3436
+ },
3437
+ "python-pycurl": {
3438
+ "arch": "x86_64",
3439
+ "epoch": "0",
3440
+ "installdate": "1596446121",
3441
+ "release": "19.el7",
3442
+ "version": "7.19.0"
3443
+ },
3444
+ "python-pyudev": {
3445
+ "arch": "noarch",
3446
+ "epoch": "0",
3447
+ "installdate": "1596446162",
3448
+ "release": "9.el7",
3449
+ "version": "0.15"
3450
+ },
3451
+ "python-requests": {
3452
+ "arch": "noarch",
3453
+ "epoch": "0",
3454
+ "installdate": "1596446108",
3455
+ "release": "9.el7_8",
3456
+ "version": "2.6.0"
3457
+ },
3458
+ "python-schedutils": {
3459
+ "arch": "x86_64",
3460
+ "epoch": "0",
3461
+ "installdate": "1596446111",
3462
+ "release": "6.el7",
3463
+ "version": "0.4"
3464
+ },
3465
+ "python-setuptools": {
3466
+ "arch": "noarch",
3467
+ "epoch": "0",
3468
+ "installdate": "1596446107",
3469
+ "release": "7.el7",
3470
+ "version": "0.9.8"
3471
+ },
3472
+ "python-six": {
3473
+ "arch": "noarch",
3474
+ "epoch": "0",
3475
+ "installdate": "1596446093",
3476
+ "release": "2.el7",
3477
+ "version": "1.9.0"
3478
+ },
3479
+ "python-syspurpose": {
3480
+ "arch": "x86_64",
3481
+ "epoch": "0",
3482
+ "installdate": "1596446107",
3483
+ "release": "4.el7_8",
3484
+ "version": "1.24.26"
3485
+ },
3486
+ "python-urlgrabber": {
3487
+ "arch": "noarch",
3488
+ "epoch": "0",
3489
+ "installdate": "1596446121",
3490
+ "release": "10.el7",
3491
+ "version": "3.10"
3492
+ },
3493
+ "python-urllib3": {
3494
+ "arch": "noarch",
3495
+ "epoch": "0",
3496
+ "installdate": "1596446108",
3497
+ "release": "7.el7",
3498
+ "version": "1.10.2"
3499
+ },
3500
+ "pyxattr": {
3501
+ "arch": "x86_64",
3502
+ "epoch": "0",
3503
+ "installdate": "1596446113",
3504
+ "release": "5.el7",
3505
+ "version": "0.5.1"
3506
+ },
3507
+ "qemu-guest-agent": {
3508
+ "arch": "x86_64",
3509
+ "epoch": "10",
3510
+ "installdate": "1596446192",
3511
+ "release": "3.el7",
3512
+ "version": "2.12.0"
3513
+ },
3514
+ "qrencode-libs": {
3515
+ "arch": "x86_64",
3516
+ "epoch": "0",
3517
+ "installdate": "1596446081",
3518
+ "release": "3.el7",
3519
+ "version": "3.4.1"
3520
+ },
3521
+ "readline": {
3522
+ "arch": "x86_64",
3523
+ "epoch": "0",
3524
+ "installdate": "1596446038",
3525
+ "release": "11.el7",
3526
+ "version": "6.2"
3527
+ },
3528
+ "redhat-release-eula": {
3529
+ "arch": "noarch",
3530
+ "epoch": "0",
3531
+ "installdate": "1596446202",
3532
+ "release": "0.el7",
3533
+ "version": "7.8"
3534
+ },
3535
+ "redhat-release-server": {
3536
+ "arch": "x86_64",
3537
+ "epoch": "0",
3538
+ "installdate": "1596446016",
3539
+ "release": "2.el7",
3540
+ "version": "7.8"
3541
+ },
3542
+ "redhat-support-lib-python": {
3543
+ "arch": "noarch",
3544
+ "epoch": "0",
3545
+ "installdate": "1596446126",
3546
+ "release": "1.el7",
3547
+ "version": "0.12.1"
3548
+ },
3549
+ "redhat-support-tool": {
3550
+ "arch": "noarch",
3551
+ "epoch": "0",
3552
+ "installdate": "1596446200",
3553
+ "release": "1.el7",
3554
+ "version": "0.12.2"
3555
+ },
3556
+ "rh-amazon-rhui-client": {
3557
+ "arch": "noarch",
3558
+ "epoch": "0",
3559
+ "installdate": "1596446172",
3560
+ "release": "1.el7",
3561
+ "version": "3.0.31"
3562
+ },
3563
+ "rhn-check": {
3564
+ "arch": "x86_64",
3565
+ "epoch": "0",
3566
+ "installdate": "1596446161",
3567
+ "release": "24.el7",
3568
+ "version": "2.0.2"
3569
+ },
3570
+ "rhn-client-tools": {
3571
+ "arch": "x86_64",
3572
+ "epoch": "0",
3573
+ "installdate": "1596446160",
3574
+ "release": "24.el7",
3575
+ "version": "2.0.2"
3576
+ },
3577
+ "rhn-setup": {
3578
+ "arch": "x86_64",
3579
+ "epoch": "0",
3580
+ "installdate": "1596446162",
3581
+ "release": "24.el7",
3582
+ "version": "2.0.2"
3583
+ },
3584
+ "rhnlib": {
3585
+ "arch": "noarch",
3586
+ "epoch": "0",
3587
+ "installdate": "1596446112",
3588
+ "release": "8.el7",
3589
+ "version": "2.5.65"
3590
+ },
3591
+ "rhnsd": {
3592
+ "arch": "x86_64",
3593
+ "epoch": "0",
3594
+ "installdate": "1596446161",
3595
+ "release": "10.el7",
3596
+ "version": "5.0.13"
3597
+ },
3598
+ "rootfiles": {
3599
+ "arch": "noarch",
3600
+ "epoch": "0",
3601
+ "installdate": "1596446202",
3602
+ "release": "11.el7",
3603
+ "version": "8.1"
3604
+ },
3605
+ "rpm": {
3606
+ "arch": "x86_64",
3607
+ "epoch": "0",
3608
+ "installdate": "1596446120",
3609
+ "release": "43.el7",
3610
+ "version": "4.11.3"
3611
+ },
3612
+ "rpm-build-libs": {
3613
+ "arch": "x86_64",
3614
+ "epoch": "0",
3615
+ "installdate": "1596446125",
3616
+ "release": "43.el7",
3617
+ "version": "4.11.3"
3618
+ },
3619
+ "rpm-libs": {
3620
+ "arch": "x86_64",
3621
+ "epoch": "0",
3622
+ "installdate": "1596446119",
3623
+ "release": "43.el7",
3624
+ "version": "4.11.3"
3625
+ },
3626
+ "rpm-python": {
3627
+ "arch": "x86_64",
3628
+ "epoch": "0",
3629
+ "installdate": "1596446126",
3630
+ "release": "43.el7",
3631
+ "version": "4.11.3"
3632
+ },
3633
+ "rsync": {
3634
+ "arch": "x86_64",
3635
+ "epoch": "0",
3636
+ "installdate": "1596446192",
3637
+ "release": "10.el7",
3638
+ "version": "3.1.2"
3639
+ },
3640
+ "rsyslog": {
3641
+ "arch": "x86_64",
3642
+ "epoch": "0",
3643
+ "installdate": "1596446168",
3644
+ "release": "52.el7_8.2",
3645
+ "version": "8.24.0"
3646
+ },
3647
+ "sed": {
3648
+ "arch": "x86_64",
3649
+ "epoch": "0",
3650
+ "installdate": "1596446036",
3651
+ "release": "6.el7",
3652
+ "version": "4.2.2"
3653
+ },
3654
+ "selinux-policy": {
3655
+ "arch": "noarch",
3656
+ "epoch": "0",
3657
+ "installdate": "1596446153",
3658
+ "release": "266.el7_8.1",
3659
+ "version": "3.13.1"
3660
+ },
3661
+ "selinux-policy-targeted": {
3662
+ "arch": "noarch",
3663
+ "epoch": "0",
3664
+ "installdate": "1596446175",
3665
+ "release": "266.el7_8.1",
3666
+ "version": "3.13.1"
3667
+ },
3668
+ "setools-libs": {
3669
+ "arch": "x86_64",
3670
+ "epoch": "0",
3671
+ "installdate": "1596446052",
3672
+ "release": "4.el7",
3673
+ "version": "3.3.8"
3674
+ },
3675
+ "setup": {
3676
+ "arch": "noarch",
3677
+ "epoch": "0",
3678
+ "installdate": "1596446017",
3679
+ "release": "11.el7",
3680
+ "version": "2.8.71"
3681
+ },
3682
+ "sg3_utils": {
3683
+ "arch": "x86_64",
3684
+ "epoch": "1",
3685
+ "installdate": "1596446197",
3686
+ "release": "19.el7",
3687
+ "version": "1.37"
3688
+ },
3689
+ "sg3_utils-libs": {
3690
+ "arch": "x86_64",
3691
+ "epoch": "1",
3692
+ "installdate": "1596446130",
3693
+ "release": "19.el7",
3694
+ "version": "1.37"
3695
+ },
3696
+ "shadow-utils": {
3697
+ "arch": "x86_64",
3698
+ "epoch": "2",
3699
+ "installdate": "1596446092",
3700
+ "release": "5.el7",
3701
+ "version": "4.6"
3702
+ },
3703
+ "shared-mime-info": {
3704
+ "arch": "x86_64",
3705
+ "epoch": "0",
3706
+ "installdate": "1596446095",
3707
+ "release": "5.el7",
3708
+ "version": "1.8"
3709
+ },
3710
+ "slang": {
3711
+ "arch": "x86_64",
3712
+ "epoch": "0",
3713
+ "installdate": "1596446048",
3714
+ "release": "11.el7",
3715
+ "version": "2.2.4"
3716
+ },
3717
+ "snappy": {
3718
+ "arch": "x86_64",
3719
+ "epoch": "0",
3720
+ "installdate": "1596446079",
3721
+ "release": "3.el7",
3722
+ "version": "1.1.0"
3723
+ },
3724
+ "sqlite": {
3725
+ "arch": "x86_64",
3726
+ "epoch": "0",
3727
+ "installdate": "1596446040",
3728
+ "release": "8.el7_7.1",
3729
+ "version": "3.7.17"
3730
+ },
3731
+ "subscription-manager": {
3732
+ "arch": "x86_64",
3733
+ "epoch": "0",
3734
+ "installdate": "1596446167",
3735
+ "release": "4.el7_8",
3736
+ "version": "1.24.26"
3737
+ },
3738
+ "subscription-manager-rhsm": {
3739
+ "arch": "x86_64",
3740
+ "epoch": "0",
3741
+ "installdate": "1596446166",
3742
+ "release": "4.el7_8",
3743
+ "version": "1.24.26"
3744
+ },
3745
+ "subscription-manager-rhsm-certificates": {
3746
+ "arch": "x86_64",
3747
+ "epoch": "0",
3748
+ "installdate": "1596446166",
3749
+ "release": "4.el7_8",
3750
+ "version": "1.24.26"
3751
+ },
3752
+ "sudo": {
3753
+ "arch": "x86_64",
3754
+ "epoch": "0",
3755
+ "installdate": "1596446200",
3756
+ "release": "9.el7",
3757
+ "version": "1.8.23"
3758
+ },
3759
+ "systemd": {
3760
+ "arch": "x86_64",
3761
+ "epoch": "0",
3762
+ "installdate": "1596446137",
3763
+ "release": "73.el7_8.9",
3764
+ "version": "219"
3765
+ },
3766
+ "systemd-libs": {
3767
+ "arch": "x86_64",
3768
+ "epoch": "0",
3769
+ "installdate": "1596446134",
3770
+ "release": "73.el7_8.9",
3771
+ "version": "219"
3772
+ },
3773
+ "systemd-sysv": {
3774
+ "arch": "x86_64",
3775
+ "epoch": "0",
3776
+ "installdate": "1596446140",
3777
+ "release": "73.el7_8.9",
3778
+ "version": "219"
3779
+ },
3780
+ "sysvinit-tools": {
3781
+ "arch": "x86_64",
3782
+ "epoch": "0",
3783
+ "installdate": "1596446079",
3784
+ "release": "14.dsf.el7",
3785
+ "version": "2.88"
3786
+ },
3787
+ "tar": {
3788
+ "arch": "x86_64",
3789
+ "epoch": "2",
3790
+ "installdate": "1596446053",
3791
+ "release": "35.el7",
3792
+ "version": "1.26"
3793
+ },
3794
+ "tcp_wrappers-libs": {
3795
+ "arch": "x86_64",
3796
+ "epoch": "0",
3797
+ "installdate": "1596446049",
3798
+ "release": "77.el7",
3799
+ "version": "7.6"
3800
+ },
3801
+ "teamd": {
3802
+ "arch": "x86_64",
3803
+ "epoch": "0",
3804
+ "installdate": "1596446158",
3805
+ "release": "1.el7",
3806
+ "version": "1.29"
3807
+ },
3808
+ "tuned": {
3809
+ "arch": "noarch",
3810
+ "epoch": "0",
3811
+ "installdate": "1596446171",
3812
+ "release": "8.el7",
3813
+ "version": "2.11.0"
3814
+ },
3815
+ "tzdata": {
3816
+ "arch": "noarch",
3817
+ "epoch": "0",
3818
+ "installdate": "1596446019",
3819
+ "release": "1.el7",
3820
+ "version": "2020a"
3821
+ },
3822
+ "usermode": {
3823
+ "arch": "x86_64",
3824
+ "epoch": "0",
3825
+ "installdate": "1596446148",
3826
+ "release": "6.el7",
3827
+ "version": "1.111"
3828
+ },
3829
+ "ustr": {
3830
+ "arch": "x86_64",
3831
+ "epoch": "0",
3832
+ "installdate": "1596446080",
3833
+ "release": "16.el7",
3834
+ "version": "1.0.4"
3835
+ },
3836
+ "util-linux": {
3837
+ "arch": "x86_64",
3838
+ "epoch": "0",
3839
+ "installdate": "1596446131",
3840
+ "release": "63.el7",
3841
+ "version": "2.23.2"
3842
+ },
3843
+ "vim-minimal": {
3844
+ "arch": "x86_64",
3845
+ "epoch": "2",
3846
+ "installdate": "1596446053",
3847
+ "release": "6.el7",
3848
+ "version": "7.4.629"
3849
+ },
3850
+ "virt-what": {
3851
+ "arch": "x86_64",
3852
+ "epoch": "0",
3853
+ "installdate": "1596446148",
3854
+ "release": "4.el7",
3855
+ "version": "1.18"
3856
+ },
3857
+ "which": {
3858
+ "arch": "x86_64",
3859
+ "epoch": "0",
3860
+ "installdate": "1596446040",
3861
+ "release": "7.el7",
3862
+ "version": "2.20"
3863
+ },
3864
+ "wpa_supplicant": {
3865
+ "arch": "x86_64",
3866
+ "epoch": "1",
3867
+ "installdate": "1596446152",
3868
+ "release": "12.el7",
3869
+ "version": "2.6"
3870
+ },
3871
+ "xdg-utils": {
3872
+ "arch": "noarch",
3873
+ "epoch": "0",
3874
+ "installdate": "1596446104",
3875
+ "release": "0.17.20120809git.el7",
3876
+ "version": "1.1.0"
3877
+ },
3878
+ "xfsprogs": {
3879
+ "arch": "x86_64",
3880
+ "epoch": "0",
3881
+ "installdate": "1596446201",
3882
+ "release": "20.el7",
3883
+ "version": "4.5.0"
3884
+ },
3885
+ "xz": {
3886
+ "arch": "x86_64",
3887
+ "epoch": "0",
3888
+ "installdate": "1596446046",
3889
+ "release": "1.el7",
3890
+ "version": "5.2.2"
3891
+ },
3892
+ "xz-libs": {
3893
+ "arch": "x86_64",
3894
+ "epoch": "0",
3895
+ "installdate": "1596446035",
3896
+ "release": "1.el7",
3897
+ "version": "5.2.2"
3898
+ },
3899
+ "yum": {
3900
+ "arch": "noarch",
3901
+ "epoch": "0",
3902
+ "installdate": "1596446127",
3903
+ "release": "167.el7",
3904
+ "version": "3.4.3"
3905
+ },
3906
+ "yum-metadata-parser": {
3907
+ "arch": "x86_64",
3908
+ "epoch": "0",
3909
+ "installdate": "1596446105",
3910
+ "release": "10.el7",
3911
+ "version": "1.1.4"
3912
+ },
3913
+ "yum-rhn-plugin": {
3914
+ "arch": "noarch",
3915
+ "epoch": "0",
3916
+ "installdate": "1596446160",
3917
+ "release": "10.el7",
3918
+ "version": "2.0.1"
3919
+ },
3920
+ "yum-utils": {
3921
+ "arch": "noarch",
3922
+ "epoch": "0",
3923
+ "installdate": "1596446199",
3924
+ "release": "54.el7_8",
3925
+ "version": "1.1.31"
3926
+ },
3927
+ "zlib": {
3928
+ "arch": "x86_64",
3929
+ "epoch": "0",
3930
+ "installdate": "1596446035",
3931
+ "release": "18.el7",
3932
+ "version": "1.2.7"
3933
+ }
3934
+ },
3935
+ "platform": "redhat",
3936
+ "platform_family": "rhel",
3937
+ "platform_version": "7.8",
3938
+ "root_group": "root",
3939
+ "shard_seed": 249325415,
3940
+ "shells": [
3941
+ "/bin/sh",
3942
+ "/bin/bash",
3943
+ "/usr/bin/sh",
3944
+ "/usr/bin/bash"
3945
+ ],
3946
+ "time": {
3947
+ "timezone": "GMT"
3948
+ },
3949
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3950
+ "uptime_seconds": 2646450,
3951
+ "virtualization": {
3952
+ "systems": {}
3953
+ }
3954
+ }