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