Compare commits

...

3 Commits

Author SHA1 Message Date
Christer Warén
c6b2c2cd25 Add vlan to packages to install in Installer tasks 2025-08-16 14:27:18 +03:00
Christer Warén
37114a0f8d Update network interfaces 2025-08-16 14:20:32 +03:00
Christer Warén
47e7f0415b Update Kea configuration 2025-08-16 14:20:23 +03:00
3 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,7 @@
"hostname": "s2.net.tjas" "hostname": "s2.net.tjas"
}, },
{ {
"hw-address": "90:1b:0e:5b:18:fa", "hw-address": "90:1b:0e:5b:18:fb",
"ip-address": "192.168.2.10", "ip-address": "192.168.2.10",
"hostname": "olympus.juva.tjas" "hostname": "olympus.juva.tjas"
} }
@@ -205,7 +205,7 @@
"hostname": "s3.net.tjas" "hostname": "s3.net.tjas"
}, },
{ {
"hw-address": "90:1b:0e:5b:18:fa", "hw-address": "90:1b:0e:5b:18:fc",
"ip-address": "192.168.69.20", "ip-address": "192.168.69.20",
"hostname": "olympus.juva.tjas" "hostname": "olympus.juva.tjas"
} }

View File

@@ -13,6 +13,8 @@ iface enp0s25 inet dhcp
auto enp0s25.20 auto enp0s25.20
iface enp0s25.20 inet dhcp iface enp0s25.20 inet dhcp
hw-mac-address: 90:1b:0e:5b:18:fb
auto enp0s25.69 auto enp0s25.69
iface enp0s25.69 inet dhcp iface enp0s25.69 inet dhcp
hw-mac-address: 90:1b:0e:5b:18:fc

View File

@@ -50,6 +50,7 @@
- pkg-config - pkg-config
- etckeeper - etckeeper
- picocom - picocom
- vlan
loop: "{{ packages }}" loop: "{{ packages }}"
loop_control: loop_control:
label: "{{ package }}" label: "{{ package }}"