Revert "refactor(metal): put hardware info in inventory too"

This reverts commit 3a72a6d468.
This commit is contained in:
Khue Doan
2022-01-15 10:37:22 +07:00
parent 227439bb61
commit 3e01b44b0f
3 changed files with 23 additions and 8 deletions

View File

@ -2,9 +2,9 @@ metal:
children:
masters:
hosts:
metal0: {ansible_host: 192.168.1.110, mac: '00:23:24:d1:f3:f0', disk: sda, network_interface: eno1}
metal1: {ansible_host: 192.168.1.111, mac: '00:23:24:d1:f4:d6', disk: sda, network_interface: eno1}
metal2: {ansible_host: 192.168.1.112, mac: '00:23:24:e7:04:60', disk: sda, network_interface: eno1}
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', disk: sda, network_interface: eno1}
metal3: {ansible_host: 192.168.1.113, mac: '00:23:24:d1:f5:69'}