fix(network): Removes hardcoded MAC-Address from NetworkManager config
This fixes an issue that in some virtual environments the NICs MAC-Address gets changes and the config no longer applies.
This commit is contained in:
@@ -3,9 +3,6 @@ id=LAN
|
|||||||
uuid={{ configuration_net_uuid }}
|
uuid={{ configuration_net_uuid }}
|
||||||
type=ethernet
|
type=ethernet
|
||||||
|
|
||||||
[ethernet]
|
|
||||||
mac-address={{ configuration_net_mac }}
|
|
||||||
|
|
||||||
[ipv4]
|
[ipv4]
|
||||||
{% set dns_value = vm_dns if vm_dns is defined else '' %}
|
{% set dns_value = vm_dns if vm_dns is defined else '' %}
|
||||||
{% set dns_list_raw = dns_value if dns_value is iterable and dns_value is not string else dns_value.split(',') %}
|
{% set dns_list_raw = dns_value if dns_value is iterable and dns_value is not string else dns_value.split(',') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user