21 lines
357 B
YAML
21 lines
357 B
YAML
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
|
|
|
|
controllers:
|
|
hosts:
|
|
controller0:
|
|
ansible_host: pi-cluster.bwr.net
|
|
|