forked from network-automation/ansible_inventory_report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generated_report.html
57 lines (56 loc) · 1.32 KB
/
generated_report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<table>
<thead>
<tr>
<th>Hostname</th>
<th>Model Type</th>
<th>Mgmt0 IP Address</th>
<th>Code Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>n9k</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.3</td>
<td >7.0(3)I7(1)</td>
</tr>
<tr>
<td>n9k2</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.4</td>
<td >7.0(3)I7(1)</td>
</tr>
<tr>
<td>n9k3</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.5</td>
<td >7.0(3)I7(1)</td>
</tr>
<tr>
<td>n9k4</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.6</td>
<td style="background:yellow;">7.0(2)I7(1)</td>
</tr>
<tr>
<td>n9k5</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.7</td>
<td >7.0(3)I7(1)</td>
</tr>
<tr>
<td>n9k6</td>
<td>Nexus9000 9000v Chassis</td>
<td>192.168.2.8</td>
<td >7.0(3)I7(1)</td>
</tr>
</tbody>
</table>
</body>
</html>