Update 3D-Printer hosts #55

Merged
moepman merged 2 commits from tom/ansible:master into master 2022-01-14 22:33:47 +01:00
3 changed files with 4 additions and 11 deletions

View File

@ -173,7 +173,7 @@ host bowle {
} }
host cannelloni { host cannelloni {
hardware ethernet 00:10:f3:15:88:ac; hardware ethernet b8:27:eb:18:5c:11;
fixed-address cannelloni.binary.kitchen; fixed-address cannelloni.binary.kitchen;
} }
@ -182,11 +182,6 @@ host fusilli {
fixed-address fusilli.binary.kitchen; fixed-address fusilli.binary.kitchen;
} }
host garlic {
hardware ethernet b8:27:eb:56:2b:7c;
fixed-address garlic.binary.kitchen;
}
host habdisplay1 { host habdisplay1 {
hardware ethernet b8:27:eb:b6:62:be; hardware ethernet b8:27:eb:b6:62:be;
fixed-address habdisplay1.mqtt.binary.kitchen; fixed-address habdisplay1.mqtt.binary.kitchen;
@ -208,7 +203,7 @@ host lock {
} }
host maccaroni { host maccaroni {
hardware ethernet b8:27:eb:18:5c:11; hardware ethernet b8:27:eb:f5:9e:a1;
fixed-address maccaroni.binary.kitchen; fixed-address maccaroni.binary.kitchen;
} }
@ -228,7 +223,7 @@ host mpcnc {
} }
host noodlehub { host noodlehub {
hardware ethernet b8:27:eb:eb:e5:88; hardware ethernet b8:27:eb:56:2b:7c;
fixed-address noodlehub.binary.kitchen; fixed-address noodlehub.binary.kitchen;
} }
@ -243,7 +238,7 @@ host pizza {
} }
host spaghetti { host spaghetti {
hardware ethernet b8:27:eb:e3:e9:f1; hardware ethernet b8:27:eb:eb:e5:88;
fixed-address spaghetti.binary.kitchen; fixed-address spaghetti.binary.kitchen;
} }

View File

@ -59,7 +59,6 @@ $GENERATE 10-230 $.3 IN PTR dhcp-${0,3,d}-03.binary.kitchen.
240.3 IN PTR fusilli.binary.kitchen. 240.3 IN PTR fusilli.binary.kitchen.
241.3 IN PTR klopi.binary.kitchen. 241.3 IN PTR klopi.binary.kitchen.
242.3 IN PTR mpcnc.binary.kitchen. 242.3 IN PTR mpcnc.binary.kitchen.
243.3 IN PTR garlic.binary.kitchen.
244.3 IN PTR mirror.binary.kitchen. 244.3 IN PTR mirror.binary.kitchen.
245.3 IN PTR spaghetti.binary.kitchen. 245.3 IN PTR spaghetti.binary.kitchen.
246.3 IN PTR maccaroni.binary.kitchen. 246.3 IN PTR maccaroni.binary.kitchen.

View File

@ -83,7 +83,6 @@ $GENERATE 10-230 dhcp-${0,3,d}-03 IN A 172.23.3.$
fusilli IN A 172.23.3.240 fusilli IN A 172.23.3.240
klopi IN A 172.23.3.241 klopi IN A 172.23.3.241
mpcnc IN A 172.23.3.242 mpcnc IN A 172.23.3.242
garlic IN A 172.23.3.243
mirror IN A 172.23.3.244 mirror IN A 172.23.3.244
spaghetti IN A 172.23.3.245 spaghetti IN A 172.23.3.245
maccaroni IN A 172.23.3.246 maccaroni IN A 172.23.3.246