From 4f9b6a2c539870b58baa7ebcd15f71d40662633d Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 31 Jul 2025 12:16:20 +0200 Subject: [PATCH] Enable radvd role for mgmt-gw This is the router for management networks so let it tell that to hosts on those networks. --- setup.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.yml b/setup.yml index febdae9..af9a50c 100644 --- a/setup.yml +++ b/setup.yml @@ -19,6 +19,10 @@ - telegraf - ceph +- hosts: mgmt-gw + roles: + - radvd # we are router for mgmt networks + - hosts: proxmox-backup roles: - proxmox-backup