style(metal): convert inventories from YAML to INI

We don't need to parse the inventories in Terraform anymore.
INI is easier to read and edit
This commit is contained in:
Khue Doan
2021-11-25 18:48:31 +07:00
parent 3d73d9efd9
commit 5b258eba7a
5 changed files with 23 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
metal:
children:
masters:
hosts:
dev0: {ansible_host: 192.168.56.101}