From d35ac144e8bf39a3b50b92f6f32bb87ff62e0033 Mon Sep 17 00:00:00 2001 From: jabertwo <git@jabertwo.de> Date: Mon, 9 Sep 2024 19:36:19 +0200 Subject: [PATCH] weatherwax host ip is on vmbr0 --- host_vars/weatherwax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/weatherwax b/host_vars/weatherwax index fe3db651..ba01efc4 100644 --- a/host_vars/weatherwax +++ b/host_vars/weatherwax @@ -3,7 +3,7 @@ motd_lines: - "Weathermax - Interner Proxmox Server @ warpzone" - - "IPs: {{ansible_bond0.ipv4.address}}" + - "IPs: {{ansible_vmbr0.ipv4.address}}" debian_sources: - "deb http://deb.debian.org/debian/ bookworm main non-free contrib" -- GitLab