From 7248d65c3ff7eaf534dc526b90c8128fc0634e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 5 Feb 2022 19:10:11 +0100 Subject: [PATCH] use mac dhcp --- roles/common/templates/netplan.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/templates/netplan.yaml b/roles/common/templates/netplan.yaml index 336d835..76320d4 100644 --- a/roles/common/templates/netplan.yaml +++ b/roles/common/templates/netplan.yaml @@ -5,6 +5,7 @@ network: ethernets: ens192: dhcp4: true + dhcp-identifier: mac dhcp4-overrides: use-routes: false gateway4: {{default_gateway}}