mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Use dash instead of colon in MAC address
This commit is contained in:
parent
c6605db468
commit
87411293e8
@ -8,25 +8,25 @@ user = "root"
|
||||
nodes = [
|
||||
{
|
||||
'name': 'Node 0',
|
||||
'mac': '00:23:24:d1:f3:f0',
|
||||
'mac': '00-23-24-d1-f3-f0',
|
||||
'ip': '192.168.1.110',
|
||||
'hostname': 'node0.homelab.khuedoan.com'
|
||||
},
|
||||
{
|
||||
'name': 'Node 1',
|
||||
'mac': '00:23:24:d1:f4:d6',
|
||||
'mac': '00-23-24-d1-f4-d6',
|
||||
'ip': '192.168.1.111',
|
||||
'hostname': 'node1.homelab.khuedoan.com'
|
||||
},
|
||||
{
|
||||
'name': 'Node 2',
|
||||
'mac': '00:23:24:e7:04:60',
|
||||
'mac': '00-23-24-e7-04-60',
|
||||
'ip': '192.168.1.112',
|
||||
'hostname': 'node2.homelab.khuedoan.com'
|
||||
},
|
||||
{
|
||||
'name': 'Node 3',
|
||||
'mac': '00:23:24:d1:f5:69',
|
||||
'mac': '00-23-24-d1-f5-69',
|
||||
'ip': '192.168.1.113',
|
||||
'hostname': 'node3.homelab.khuedoan.com'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user