From cb745467f9385f57a1f5194aeac4dd30f05c8a1a Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 29 Oct 2024 19:41:54 +0800 Subject: [PATCH] update hosts --- inventory/hosts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inventory/hosts b/inventory/hosts index 57c93ef..005a756 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,12 +1,13 @@ [debian] # Hyper-V Test Nodes -172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no" +# 172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no" # Bare Metal Nodes -# 10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no" -# 10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no" -# 10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no" +10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no" +10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no" +10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no" [openwrt] 10.0.10.1 +# Not enough storage space for these devices to support Ansible # 10.0.10.2 # 10.0.10.3 \ No newline at end of file