From 62e8b69bdecdcfa6aad799b03322b6f0c8c15d4d Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Tue, 13 Jul 2021 01:24:40 +0200 Subject: [PATCH] proxmox use specific briddge names --- host_vars/hellman/networking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/hellman/networking.yml b/host_vars/hellman/networking.yml index 7b24268..416d190 100644 --- a/host_vars/hellman/networking.yml +++ b/host_vars/hellman/networking.yml @@ -2,7 +2,7 @@ interfaces: enp7s0: type: void - br0: + vmbr0: ipv4: 10.50.2.17 netmaskv4: 16 type: static @@ -10,7 +10,7 @@ interfaces: gateway: 10.50.0.254 interfaces: - enp7s0 - br1: + vmbr1: ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}" netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}" type: static