Do not hardcode macaddress which makes vm cloning harder

This commit is contained in:
Sandwich 2024-12-02 18:08:48 +01:00
parent 2d63ca9c5a
commit 39cc49a05b

View File

@ -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 }}