2021-05-01 22:51:55 +07:00
|
|
|
# TODO (optimize) Convert to YAML for Terraform yamldecode
|
2021-04-19 22:39:51 +07:00
|
|
|
|
2021-02-07 13:12:05 +07:00
|
|
|
[controller]
|
2021-02-12 12:39:09 +07:00
|
|
|
localhost ansible_connection=local
|
2021-02-07 13:12:05 +07:00
|
|
|
|
2021-02-12 15:41:50 +07:00
|
|
|
[metal]
|
|
|
|
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'
|
|
|
|
metal3 ansible_host=192.168.1.113 mac='00-23-24-d1-f5-69'
|
|
|
|
|
|
|
|
[metal:vars]
|
|
|
|
ansible_user=root
|
2021-05-21 01:26:03 +07:00
|
|
|
ansible_ssh_private_key_file='~/.ssh/id_ed25519'
|