mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 12:51:28 +07:00
14 lines
216 B
INI
14 lines
216 B
INI
[controller]
|
|
localhost ansible_connection=local
|
|
|
|
[metal]
|
|
metal0 ansible_host=192.168.50.2
|
|
metal1 ansible_host=192.168.50.3
|
|
|
|
[metal:vars]
|
|
ansible_user=root
|
|
subnet=192.168.50.0/24
|
|
|
|
[lxd]
|
|
tfstate ansible_connection=lxd
|