self-hosting/hosts

20 lines
260 B
Text
Raw Normal View History

2018-07-21 00:58:09 +02:00
[k8s_kubectl]
localhost ansible_connection=local
2018-07-20 21:54:32 +02:00
2018-07-21 00:58:09 +02:00
[k8s_ca]
localhost ansible_connection=local
2018-07-20 21:54:32 +02:00
2018-07-21 00:58:09 +02:00
[k8s_etcd]
2018-07-20 21:54:32 +02:00
master[1:3].banditlair.com
2018-07-21 00:58:09 +02:00
[k8s_controller]
2018-07-20 21:54:32 +02:00
master[1:3].banditlair.com
2018-07-21 00:58:09 +02:00
[k8s_worker]
2018-07-20 21:54:32 +02:00
node[1:2].banditlair.com
[k8s:children]
2018-07-21 00:58:09 +02:00
k8s_controller
k8s_worker
2018-07-20 21:54:32 +02:00