From b3e801d24b89927f51d3b4e3f32a8f9bd1a0cd74 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 2 Mar 2026 17:25:30 +0000 Subject: [PATCH] ansible: replace Softlayer Debian 12 x64 machine Replace the Softlayer Debian 12 x64 machine with a newly provisioned machine with a larger disk drive. Rename to "IBM" to be consistent with other IBM Cloud hosted machines in the cloud account. --- ansible/inventory.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index f0f3b8b76..13032f286 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -126,6 +126,7 @@ hosts: remote_env: PATH: /opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin server_jobs: 6 + debian12-x64-1: {ip: 169.60.150.84, swap_file_size_mb: 4096} rhel8-ppc64_le-1: {ip: 169.54.113.162, build_test_v8: yes, server_jobs: 4, swap_file_size_mb: 4096} rhel8-s390x-1: {ip: 148.100.84.98, user: linux1, build_test_v8: yes, swap_file_size_mb: 4096} rhel8-s390x-2: {ip: 148.100.84.38, user: linux1, build_test_v8: yes, swap_file_size_mb: 4096} @@ -267,6 +268,3 @@ hosts: win2022_vs2022-x64-4: {} win2022_vs2022-x64-5: {} win2022_vs2022-x64-6: {} - - - softlayer: - debian12-x64-1: {ip: 169.60.150.88, swap_file_size_mb: 2048}