From 852f45d5ac32fe1958652ee643ab0bad8162277b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 13 Jun 2021 13:27:01 +0700 Subject: [PATCH] Use colon instead of hyphen for MAC address to fit GRUB's net_default_mac --- metal/hosts.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metal/hosts.yml b/metal/hosts.yml index e20cd0bf..e848d2a4 100644 --- a/metal/hosts.yml +++ b/metal/hosts.yml @@ -4,10 +4,10 @@ controller: metal: hosts: - metal0: {ansible_host: 192.168.1.110, mac: 00-23-24-d1-f4-d6} - metal1: {ansible_host: 192.168.1.111, mac: 00-23-24-e7-04-60} - metal2: {ansible_host: 192.168.1.112, mac: 00-23-24-d1-f5-69} - metal3: {ansible_host: 192.168.1.113, mac: 00-23-24-d1-f3-f0} + metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f4:d6'} + metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:e7:04:60'} + metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:d1:f5:69'} + metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f3:f0'} vars: ansible_user: root ansible_ssh_private_key_file: ~/.ssh/id_ed25519