Skip to content

Commit cf63bd2

Browse files
authored
inventory: add windows dockerhosts and IBMcloud EL8/9/10 systems (#4109)
* inventory: add windows dockerhosts and IBMcloud EL8/9/10 systems Signed-off-by: Stewart X Addison <[email protected]> --------- Signed-off-by: Stewart X Addison <[email protected]> Co-authored-by: Stewart X Addison <[email protected]>
1 parent 1fd6e2a commit cf63bd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ansible/inventory.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ hosts:
7373

7474
- azure:
7575
ubuntu2204-x64-1: {ip: 52.180.147.157, description: Xeon Platinum 8272CL, 16 cores, 64GB}
76+
win2022-x64-1: {ip: 48.217.233.156, description: AMD EPYC 7763, 2 cores, 4GiB RAM}
77+
win2022-x64-2: {ip: 51.12.243.178, description: AMD EPYC 7763, 2 cores, 4GiB RAM}
78+
win2022-x64-3: {ip: 74.235.196.238, description: Intel Xeon PLattinum AMD EPYC 7763, 2 cores, 8GiB RAM}
7679

7780
- equinix:
7881
ubuntu2404-armv8-1: {ip: 147.75.35.203, description: Ampere Altra 160 core, 512Gb}
@@ -99,6 +102,7 @@ hosts:
99102

100103
- azure:
101104
ubuntu2404-x64-1: {ip: 20.115.98.159, user: azureuser}
105+
rhel10-x64-1: {ip: 20.117.121.109, user: azureuser}
102106
win2022-x64-1: {ip: 51.132.234.42, user: adoptopenjdk}
103107
win2022-x64-2: {ip: 20.77.53.16, user: adoptopenjdk}
104108
win2022-x64-3: {ip: 20.68.165.213, user: adoptopenjdk}
@@ -164,3 +168,7 @@ hosts:
164168
rhel6-x64-1: {ip: 169.48.4.140}
165169
rhel7-x64-1: {ip: 169.48.4.136}
166170
ubuntu1604-x64-1: {ip: 169.48.4.141}
171+
centosstream10-x64-1: {ip: 161.156.170.114}
172+
centosstream10-x64-2: {ip: 169.63.181.34}
173+
rhel8-x64-1: {ip: 161.156.80.158}
174+
rhel9-x64-1: {ip: 158.176.14.14}

0 commit comments

Comments
 (0)