Files
docker-ansible/kube-cluster/hosts.yaml

21 lines
357 B
YAML
Raw Normal View History

2025-08-15 08:43:12 +02:00
all:
vars:
timezone_name: UTC
nodes:
hosts:
node0:
ansible_host: node0.pi-cluster.bwr.net
node1:
ansible_host: node1.pi-cluster.bwr.net
node2:
ansible_host: node2.pi-cluster.bwr.net
node3:
ansible_host: node3.pi-cluster.bwr.net
2025-08-15 08:55:35 +00:00
controllers:
hosts:
controller0:
ansible_host: pi-cluster.bwr.net