mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
19 lines
300 B
INI
19 lines
300 B
INI
[k8s_kubectl]
|
|
localhost ansible_connection=local ansible_become=true
|
|
|
|
[k8s_ca]
|
|
localhost ansible_connection=local ansible_become=true
|
|
|
|
[k8s_etcd]
|
|
master[1:3].banditlair.com
|
|
|
|
[k8s_controller]
|
|
master[1:3].banditlair.com
|
|
|
|
[k8s_worker]
|
|
node[1:2].banditlair.com
|
|
|
|
[k8s:children]
|
|
k8s_controller
|
|
k8s_worker
|
|
|