khuedoan-homelab/metal/inventories/prod.yml
Khue Doan 66c70c023f refactor(metal): convert inventories back to YAML
Easier for Vagrant (and other tools in the future) to parse
2022-01-02 12:27:21 +07:00

11 lines
351 B
YAML

metal:
children:
masters:
hosts:
metal0: {ansible_host: 192.168.1.110, mac: 00:23:24:d1:f3:f0}
metal1: {ansible_host: 192.168.1.111, mac: 00:23:24:d1:f4:d6}
metal2: {ansible_host: 192.168.1.112, mac: 00:23:24:e7:04:60}
workers:
hosts:
metal3: {ansible_host: 192.168.1.113, mac: 00:23:24:d1:f5:69}