self-hosting/hosts

20 lines
300 B
Text
Raw Normal View History

2018-07-21 00:58:09 +02:00
[k8s_kubectl]
2018-07-23 00:46:10 +02:00
localhost ansible_connection=local ansible_become=true
2018-07-20 21:54:32 +02:00
2018-07-21 00:58:09 +02:00
[k8s_ca]
2018-07-23 00:46:10 +02:00
localhost ansible_connection=local ansible_become=true
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