feat: generate dev VM IP address based on inventory

This commit is contained in:
Khue Doan
2022-01-02 14:02:09 +07:00
parent 66c70c023f
commit 6f0f8dd6f9
3 changed files with 30 additions and 30 deletions

View File

@@ -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}