Commit 03d2907
committed
test(infra): add VirtualBox inventory and fix ansible.cfg
- Add VirtualBox test cluster inventory (3 VMs: 1 manager + 2 workers)
- Fix ansible.cfg callback plugin (use ansible.builtin.default)
- Verified connectivity to all VMs via SSH
- All VMs running Ubuntu 22.04.5 LTS on x86_64
- KVM available on all nodes
VirtualBox VMs:
- swarm-manager: 192.168.56.10 (2 vCPU, 2GB RAM)
- swarm-worker-1: 192.168.56.11 (2 vCPU, 4GB RAM)
- swarm-worker-2: 192.168.56.12 (2 vCPU, 4GB RAM)
Tested:
✅ ansible all -m ping — All 3 nodes reachable
✅ KVM device present on all nodes
✅ Architecture verified (x86_64)
✅ OS verified (Ubuntu 22.04.5 LTS)1 parent 8e40c31 commit 03d2907
2 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments