From f26676becf3261cba176188601d467607bd7c2aa Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 28 Aug 2021 05:29:41 +0000 Subject: [PATCH] Temporarily disable metal0 machine Using this as my PC --- metal/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metal/hosts.yml b/metal/hosts.yml index 92bd5a70..c4bdec1a 100644 --- a/metal/hosts.yml +++ b/metal/hosts.yml @@ -1,6 +1,6 @@ metal: hosts: - metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f3:f0'} + # metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f3:f0'} metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:d1:f4:d6'} metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:e7:04:60'} metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f5:69'}