PowerEdge R720 QEMU & Kubernetes Setup (#23)

* Added 5 VMs to Alpha cluster.
* Created personal dev node
This commit was merged in pull request #23.
This commit is contained in:
2025-07-31 21:41:19 +00:00
parent 3e8c8a3566
commit 9015a48417
11 changed files with 306 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
---
# Host vars for poweredge-r720
libvirt_networks:
- name: wan
forward:
mode: bridge
bridge:
name: wan
dev: eno1
libvirt_guests:
- alpha-worker-13
- alpha-worker-14
- alpha-worker-15
- alpha-worker-16
- alpha-worker-17
- evm
nfs_exports: ["/data *(rw,sync,no_root_squash)"]