mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
19 lines
260 B
INI
19 lines
260 B
INI
[k8s_kubectl]
|
|
localhost ansible_connection=local
|
|
|
|
[k8s_ca]
|
|
localhost ansible_connection=local
|
|
|
|
[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
|
|
|