Compare commits

..
Author SHA1 Message Date
797c831ac5 Update all stable non-major dependencies
Some checks failed
/ build (pull_request) Successful in 31s
/ Ansible Lint (pull_request) Failing after 2m44s
/ Ansible Lint (push) Failing after 2m56s
2026-08-09 15:16:10 +00:00
6a402aa544
z9-router(host): fix dhcp6 config, wrong interface
Some checks failed
/ build (push) Successful in 51s
/ Ansible Lint (push) Failing after 2m50s
2026-08-09 17:09:40 +02:00
35381d5bb9
z9-router and auth-dns(host): add static dhcp lease and dns entry for wled-eh22 2026-08-09 17:09:15 +02:00
2 changed files with 5 additions and 1 deletions

View file

@ -61,6 +61,7 @@ prusamk4 A 10.89.212.4
wled-kueche A 10.89.212.33
wled-serverschrank A 10.89.212.34
wled-couch A 10.89.212.35
wled-eh22 A 10.89.212.39
laser A 10.89.212.36
laser-eth A 10.89.212.37

View file

@ -116,6 +116,9 @@ kea_dhcp__dhcp4:
- ip-address: 10.89.212.37
hostname: laser-eth
hw-address: "b8:27:eb:eb:6d:af"
- ip-address: 10.89.212.39
hostname: wled-eh22
hw-address: "a8:42:e3:5b:37:00"
- ip-address: 10.89.212.42
hostname: t-mix
hw-address: "40:a5:ef:d9:eb:93"
@ -260,7 +263,7 @@ kea_dhcp__dhcp6:
hw-address: "7e:3c:f0:77:8a:f4"
- id: 3
subnet: "2a07:c481:1:36::/64"
interface: "netlan.54"
interface: "netlan"
option-data:
- name: "dns-servers"
data: "2a07:c481:1:36::1"