From 39cc49a05b9e112906b20b3e200800d875d2dea2 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Mon, 2 Dec 2024 18:08:48 +0100 Subject: [PATCH] Do not hardcode macaddress which makes vm cloning harder --- roles/configuration/templates/network.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/configuration/templates/network.j2 b/roles/configuration/templates/network.j2 index 5914e54..e96a308 100644 --- a/roles/configuration/templates/network.j2 +++ b/roles/configuration/templates/network.j2 @@ -4,9 +4,6 @@ uuid={{ net_uuid.stdout }} type=ethernet interface-name={{ net_inf.stdout }} -[ethernet] -mac-address={{ net_mac.stdout }} - [ipv4] address={{ vm_ip }},{{ vm_gw }} dns={{ vm_dns }}