vm_net_routes-Rolle: statische Routen physischer Hosts in die VM-Netze

Physische Hosts (10.5.85.x) erreichen die VM-internen Netze 10.X.1.0/24 nicht -
die liegen auf vmbr0 der Nodes ohne physische NIC-Bindung. Routen via jeweiligem
Node (10.1.1->node1 ... 10.7.1->node7) persistent ueber NetworkManager gesetzt.

Pi 'butler' erreicht damit den Butler-Dienst (10.4.1.116:8888) - /vm/list verifiziert.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sascha 2026-06-25 11:02:32 +02:00
parent 94c58a80ce
commit 3ddbed1f9f
4 changed files with 42 additions and 0 deletions

7
vm-net-routes.yml Normal file
View file

@ -0,0 +1,7 @@
---
# Statische Routen in die VM-Netze fuer physische Hosts (Pi etc.) im 10.5.85.x-Netz.
- name: VM-Netz-Routen
hosts: ai
become: yes
roles:
- vm_net_routes