Initial commit: Rina VM deployment (VLAN 40, br1.40, cloud-init)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-17 15:09:54 +02:00
commit d670e8cd85
8 changed files with 555 additions and 0 deletions

14
cloud-init/network-config Normal file
View File

@@ -0,0 +1,14 @@
# Static network for Rina VM (VLAN 40 / br1.40)
# Adjust gateway and nameservers to match your VLAN 40
version: 2
ethernets:
enp1s0:
addresses:
- 192.168.40.225/24
routes:
- to: default
via: 192.168.40.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4