From e015bc6bb88ca4260a069245aa0369bc57d2f01e Mon Sep 17 00:00:00 2001 From: Nico Boehr <nico@nicoboehr.de> Date: Sun, 29 Sep 2024 21:15:07 +0200 Subject: [PATCH] inventort changes --- host_vars/pve02/bb_babel.yml | 2 ++ host_vars/pve03/bb_babel.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/host_vars/pve02/bb_babel.yml b/host_vars/pve02/bb_babel.yml index 1cd15fc..25a55ff 100644 --- a/host_vars/pve02/bb_babel.yml +++ b/host_vars/pve02/bb_babel.yml @@ -3,3 +3,5 @@ bb_babel_loopback_ipv6: - fd21:b4dc:4bff::142 bb_babel_loopback_ipv4: - 100.100.0.142 +bb_babel_peer_interfaces: + - enp7s0 diff --git a/host_vars/pve03/bb_babel.yml b/host_vars/pve03/bb_babel.yml index 20c1697..f3d06ba 100644 --- a/host_vars/pve03/bb_babel.yml +++ b/host_vars/pve03/bb_babel.yml @@ -3,4 +3,6 @@ bb_babel_loopback_ipv6: - fd21:b4dc:4bff::143 bb_babel_loopback_ipv4: - 100.100.0.143 +bb_babel_peer_interfaces: + - enp7s0 -- GitLab