20 lines
No EOL
399 B
INI
20 lines
No EOL
399 B
INI
# Kubernetes cluster inventory
|
|
|
|
[proxmox]
|
|
lab02.w5isp.com
|
|
lab03.w5isp.com
|
|
lab04.w5isp.com
|
|
|
|
[k8s_master]
|
|
k8s-master ansible_host=10.0.19.200 ansible_user=debian
|
|
|
|
[k8s_workers]
|
|
k8s-worker1 ansible_host=10.0.19.201 ansible_user=debian
|
|
k8s-worker2 ansible_host=10.0.19.202 ansible_user=debian
|
|
|
|
[k8s_cluster:children]
|
|
k8s_master
|
|
k8s_workers
|
|
|
|
[k8s_cluster:vars]
|
|
ansible_python_interpreter=/usr/bin/python3 |