forked from infra/ansible
dhcpd: update mac address of 3D-Printer Raspberry Pi's
Update mac address of cannelloni.binary.kitchen, maccaroni.binary.kitchen, noodlehub.binary.kitchen and spaghetti.binary.kitchen Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
parent
b23c62e0e9
commit
e0c869819b
@ -173,7 +173,7 @@ host bowle {
|
||||
}
|
||||
|
||||
host cannelloni {
|
||||
hardware ethernet 00:10:f3:15:88:ac;
|
||||
hardware ethernet b8:27:eb:18:5c:11;
|
||||
fixed-address cannelloni.binary.kitchen;
|
||||
}
|
||||
|
||||
@ -203,7 +203,7 @@ host lock {
|
||||
}
|
||||
|
||||
host maccaroni {
|
||||
hardware ethernet b8:27:eb:18:5c:11;
|
||||
hardware ethernet b8:27:eb:f5:9e:a1;
|
||||
fixed-address maccaroni.binary.kitchen;
|
||||
}
|
||||
|
||||
@ -223,7 +223,7 @@ host mpcnc {
|
||||
}
|
||||
|
||||
host noodlehub {
|
||||
hardware ethernet b8:27:eb:eb:e5:88;
|
||||
hardware ethernet b8:27:eb:56:2b:7c;
|
||||
fixed-address noodlehub.binary.kitchen;
|
||||
}
|
||||
|
||||
@ -238,7 +238,7 @@ host pizza {
|
||||
}
|
||||
|
||||
host spaghetti {
|
||||
hardware ethernet b8:27:eb:e3:e9:f1;
|
||||
hardware ethernet b8:27:eb:eb:e5:88;
|
||||
fixed-address spaghetti.binary.kitchen;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user