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

15 lines
277 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