From cfe73880916c79aab781589b69be94aa5e0f7b89 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 29 Feb 2024 11:41:41 +0000 Subject: [PATCH] inventory: add azure dockerhost Signed-off-by: Stewart X Addison --- ansible/inventory.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 8dc8401017..999203e1da 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -83,6 +83,9 @@ hosts: - dockerhost: + - azure: + ubuntu2204-x64-1: {ip: 20.40.219.35:22, description: AMD EPYC 7763 16 cores, 64GB} + - equinix: ubuntu2204-x64-1: {ip: 145.40.113.173, description: Intel Xeon Gold 40 core} ubuntu2004-x64-1: {ip: 145.40.114.58, description: AMD EPYC 7401P 24 core}