mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
feat: generate dev VM IP address based on inventory
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# TODO support multiple nodes (doesn't work yet)
|
||||
metal:
|
||||
children:
|
||||
masters:
|
||||
hosts:
|
||||
dev0: {ansible_host: 192.168.56.10}
|
||||
# dev1: {ansible_host: 192.168.56.11}
|
||||
# dev2: {ansible_host: 192.168.56.12}
|
||||
workers:
|
||||
hosts: {}
|
||||
# dev3: {ansible_host: 192.168.56.13}
|
||||
|
||||
Reference in New Issue
Block a user