From f36a1a385a67ee91c49ad75351a0c4e866c38949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 18 Sep 2025 09:50:26 -0400 Subject: [PATCH] wip --- ansible/templates/cloud-init/network-config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/templates/cloud-init/network-config.j2 b/ansible/templates/cloud-init/network-config.j2 index 2204c4f..c766064 100644 --- a/ansible/templates/cloud-init/network-config.j2 +++ b/ansible/templates/cloud-init/network-config.j2 @@ -1,9 +1,9 @@ version: 2 ethernets: - interface0: + enp1s0: match: macaddress: "{{ libvirt_domain_mac_address }}" - set-name: interface0 + set-name: enp1s0 addresses: - "{{ libvirt_domain_parameters.ipv4_address }}" gateway4: "{{ libvirt_domain_parameters.ipv4_gateway }}"